diff options
| author | 2025-06-23 12:15:06 +0200 | |
|---|---|---|
| committer | 2025-06-23 12:19:56 +0200 | |
| commit | 1215098bc79734695f1b2b2cb538d420f211acdb (patch) | |
| tree | 2c694236377786a4b56a58bf1a03e3bdf9f9a38b /hash | |
| parent | 4826ad997f631a000cb17bfb90849dcf49ae901d (diff) | |
sharp/mz2500.cpp: preliminary MZ80 bus slot implementation:
* Move MZ-1E30 SASI, MZ-1R37 EMM from mz2500 base emulation;
* Fix range of EMM to 640KB max RAM;
* Add basic MZ-1E35 ADPCM emulation;
* Add SuperTurboZ EH-SASI ROM BIOS to MZ-1E30;
* implicitly fix dustbx01-dustbx02-dustbx03 bootups: they are incompatible with MZ-1E30 Sharp BIOS;
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/mz2500_flop.xml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/hash/mz2500_flop.xml b/hash/mz2500_flop.xml index c4d1f9c3161..864696b25d5 100644 --- a/hash/mz2500_flop.xml +++ b/hash/mz2500_flop.xml @@ -497,17 +497,15 @@ Moans about missing Master Disk after title screen </part> </software> - <software name="dustbx01" supported="no"> + <software name="dustbx01" supported="partial"> <description>Dust Box Vol. 1 - '90/4</description> <year>1990</year> <publisher><coverdisk></publisher> - <notes><![CDATA[ -"Data error in 290", falls back to BASIC prompt, keeps pushing NL control char to output -]]></notes> + <info name="usage" value="Incompatible with MZ-1E30 bios 0 (crashes at startup)" /> <part name="flop1" interface="floppy_3_5"> <dataarea name="flop" size="697008"> - <rom name="dust box vol 1.d88" size="697008" crc="170fc283" sha1="d67798df7b07ff69afa6d58872d315d1ab7eaab8" status="baddump" /> + <rom name="dust box vol 1.d88" size="697008" crc="170fc283" sha1="d67798df7b07ff69afa6d58872d315d1ab7eaab8" /> </dataarea> </part> </software> @@ -516,9 +514,7 @@ Moans about missing Master Disk after title screen <description>Dust Box Vol. 2</description> <year>1990</year> <publisher><coverdisk></publisher> - <notes><![CDATA[ -Hangs on title screen with stuck note -]]></notes> + <info name="usage" value="Incompatible with MZ-1E30 bios 0 (crashes at startup)" /> <part name="flop1" interface="floppy_3_5"> <dataarea name="flop" size="697008"> @@ -527,17 +523,15 @@ Hangs on title screen with stuck note </part> </software> - <software name="dustbx03" supported="no"> + <software name="dustbx03" supported="partial"> <description>Dust Box Vol. 3 - '90/9</description> <year>1990</year> <publisher><coverdisk></publisher> - <notes><![CDATA[ -"Data error in 270", falls back to BASIC prompt, keeps pushing NL control char to output -]]></notes> + <info name="usage" value="Incompatible with MZ-1E30 bios 0 (crashes at startup)" /> <part name="flop1" interface="floppy_3_5"> <dataarea name="flop" size="697008"> - <rom name="dust box vol 3.d88" size="697008" crc="84e61343" sha1="721d2369a268ddef97a363f35ed7bbb4974ae79b" status="baddump" /> + <rom name="dust box vol 3.d88" size="697008" crc="84e61343" sha1="721d2369a268ddef97a363f35ed7bbb4974ae79b" /> </dataarea> </part> </software> |
