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


.SCP files usage in WinUAE - hawui1 - 02-22-2014

Just a quick question: is there any way to use a .SCP file dump of a protected disk with WinUAE ?


RE: .SCP files usage in WinUAE - admin - 02-22-2014

No, not currently. I have been trying to convince Tony or anyone else involved with WinUAE to add this support. The file format is public info and several people have already written tools and support for other emulators.

Having .scp support would open the door to being able to play all Amiga games exactly like the original. No cracks or WHD required.


RE: .SCP files usage in WinUAE - jupp - 02-22-2014

Quote:several people have already written tools and support for other emulators.
just for curiosity - which ones are that?


RE: .SCP files usage in WinUAE - admin - 02-22-2014

There is support for SCP image format with HxC, Aufit, and FPGA Arcade. There is support being worked on for an Atari ST emulator, Apple II emulator, and a few others.


RE: .SCP files usage in WinUAE - jupp - 02-23-2014

Quote:FPGA Arcade
which core is that and where can i download it?


RE: .SCP files usage in WinUAE - admin - 02-23-2014

You can't download it. The core is currently not available to the public, and of course you need the FPGA Arcade Replay board.


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

If there is an example Amiga SCP file or two I can easily add and test support in E-UAE (I'm on Linux not Windows).


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

I will make a .scp of some of my commercial Amiga programs and put a link to it in the developer area.

Let me know if you have any questions about the format. A lot of people will be thrilled that this is being added.


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

(03-10-2014, 07:12 AM)admin Wrote: I will make a .scp of some of my commercial Amiga programs and put a link to it in the developer area.

Let me know if you have any questions about the format. A lot of people will be thrilled that this is being added.

I will keep an eye out. Someone contributed .scp read support to my disk-analyse project on github so I can use disk images to validate that code and then pull it fairly wholesale into UAE, an easy job. I can then also sort out .scp write support and add that to my own disk-analyse project as well as allowing writable .scp images in UAE Smile


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

OK, so where are these projects? I sure would like to see them! Smile

Edit: ok, so I figured out who you are. Nice job with your projects.

If someone could implement the SCP support in the CAPS library, then all of the emulators would have the ability to use .scp image files.

Let me know if you need any specific help with something. The .scp image file format is pretty easy to work with, just as the real hardware is making simple function calls to read/write track data.