Un émulateur de Sinclair Zx Spectrum.
v2.19.6.2
– Added mouse wheel support via port 0x0ADF
-New: -emu now DISABLES emulation machine ID (0x08). This is now default, and -emu will set a REAL ZX Next (ID of 0x0a)
– Try to detect wrong use of -nextrom so it doesn’t all just die a horrible death.
– Added Zip2SD tool, allowing you to build an SD card image from a ZIP file.
v2.19.6.1
– Fixed a bug in updated esxDOS where FSTAT with an open file wasn’t working
v2.19.6.0
– Alt+F4 should work again
– The latest OS (V2.07l) now works
v2.19.5.4
– Window ICON is only set on Windows, as MacOS appears to have a MONO bug that crashes (not tried Linux yet so disabled)
v2.19.5.3
– Fixed a crash where you start up in 48k mode then press F2 – due to esxDOS not being initialised properly
– esxDOS now always « on » if no command line set
v2.19.5.2
– On HARD reset, spritres are now cleared
– On HARD reset memory is cleared/roms reloaded
– ULA line is now always cleared if enabled
– Cleaned up debugger DIVMMC/NextRef layout
– F8 now toggles VSync
– Added new IFileIO interface to Plugin system
– New [Function] attribute to allow cross plugin calling
– Added cross plugin calling via a new « Execute() » command.
– Internal refactor of esxDOS plugin to allow filesystem replacements
– NEX file handle passing to z80 changed to use new inter-plugin calling system
– Icon added to CSpect Window Title Bar