simcoupe
simcoupe copied to clipboard
SAM Coupé emulator
Can the timing of (non fast floppy disk access) simulated disk loading be tweaked to match real hardware so that this lovely peice of [music playing loader code](https://www.facebook.com/groups/20486797963/permalink/10160303170197964/) functions correctly?...
Would it be possible to release an AppImage of SimCoupé? This is especially important on the Steam Deck but is also on other operating systems where SimCoupé is not available....
Just ran into [jsbeeb](https://bbc.godbolt.org/?autoboot&disc=https://dl.dropboxusercontent.com/s/g42tisr6u47jj4j/RWOOD.ssd) via [this thread](https://spectrumcomputing.co.uk/forums/viewtopic.php?f=31&t=6824) on spectrumcomputing.co.uk, the disk loading noises are wonderful! Can we have them on SimCoupe too please. :-)
Currently I am writing unit tests for every module I write. From pyz80 the tests are wrapped in conditional assembly blocks witth ``if defined(unittest)``. The tests indicate success or failure...
This may be a bit of an oddity. When the ROM is paged in and ``rst 0x28`` is executed, the following bytes could be shown as floating point calculator command...
While the trace can be useful tracking down bugs, a rewind feature would be even better! Combine rewind with conditional break points and you have a bug destroyer :-)
Real code: ```` @loop: @var.L: ld hl,0 ; 0 @var.R: ld de,0 ; size / 5 ```` simice only shows ``@loop`` As I workaround I can adjust my code to:...