The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CBMSTUFF FORUM
.SCP files usage in WinUAE - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: EMULATION (https://www.cbmstuff.com/forum/forumdisplay.php?fid=45)
+--- Forum: Amiga (https://www.cbmstuff.com/forum/forumdisplay.php?fid=46)
+---- Forum: WinUAE (https://www.cbmstuff.com/forum/forumdisplay.php?fid=52)
+---- Thread: .SCP files usage in WinUAE (/showthread.php?tid=96)

Pages: 1 2 3 4


RE: .SCP files usage in WinUAE - keirf - 03-10-2014

Well I don't have an SCP which is why I need a couple of known-good images to work with.

Making a library with the CAPS API is an interesting possibility. It doesn't allow for write support though. And crowbarring into the existing CAPS library to make a dual-format library is bound to piss off the SPS guys, and I respect their work too much to do that.


RE: .SCP files usage in WinUAE - admin - 03-10-2014

Well, when I asked about making support for WinUAE and a couple of the Atari ST emulators, it was recommended that the CAPS library be modified to support flux level images.


RE: .SCP files usage in WinUAE - jupp - 03-11-2014

whoever recommended that doesnt know what he is talking about. you cant modify that lib (unless for private use of course).


RE: .SCP files usage in WinUAE - admin - 03-11-2014

The library is open source, so anyone could update it. I believe someone named IFW pointed this out in the Atari forum.


RE: .SCP files usage in WinUAE - keirf - 03-12-2014

SCP read support is now added to my github-based branch of E-UAE: https://github.com/keirf/e-uae

Now I don't know how many people actually use E-UAE these days. If there is a better more current fork of UAE supporting Linux these days I am happy to port across to that too. For WinUAE someone else will have to do the work, but the code is fairly self-contained in file supercard_pro.c, it should be straightforwardly portable (just the system calls to modify in presumably obvious ways), and the license on that file is permissive (www.unlicense.org).


RE: .SCP files usage in WinUAE - admin - 03-12-2014

Thanks, Keir. I will ask in the WinUAE forum if they are any more interested in adding this to WinUAE. It seems that most people are using FS-UAE for the cross-plaform version.


RE: .SCP files usage in WinUAE - keirf - 03-12-2014

Thanks I will investigate FS-UAE, it should be an easy job to do.


RE: .SCP files usage in WinUAE - jupp - 03-12-2014

Quote:The library is open source, so anyone could update it.
reading license helps sometimes...


RE: .SCP files usage in WinUAE - keirf - 03-13-2014

FS-UAE support is done and available for download: https://github.com/keirf/fs-uae

This is cleaned up and more portable than the E-UAE version. I would imagine it could drop straight into WinUAE except for fixing up usage of BSD/Linux <endian.h>


RE: .SCP files usage in WinUAE - admin - 03-13-2014

Nice! I will get you a few images with variable track density (Copylock) for testing.