dcrespo3d / ZX-ESPectrum-Wiimote

A ZX spectrum 48K/128K emulator running on ESP32 powered Lilygo TTGo VGA32 v1.4 board, using PS2 keyboard and/or Wiimote as input device. Active branches are master and devkit-custom
MIT License
67 stars 18 forks source link

Reading .z80 seems to be not 100% correct #3

Closed abelykh0 closed 9 months ago

abelykh0 commented 3 years ago

Get the Spectrum code from here: https://github.com/brendanalford/zx-diagnostics/releases. File is TestTape/testram.tap. Open with Fuse, Machine set to "Spectrum 128K", then save as z80. Save the testram.z80 into /sna folder on SD card. Run the ZX-ESPectrum-Wiimote (branch "lilygo-ttgo-vga32") with 128K / SPECTRUM ROM (I was using SD card if it matters). Click N. The ROM is not detected.

Interesting, if I "Persist save", then "Persist Load", then if detects the ROM. By the way, if I load persist/persist.sna on Fuse, it fails (not sure, maybe it is expected).

Thanks for your great work! I like the software a lot.