diff options
author | 2014-09-06 06:49:07 +0000 | |
---|---|---|
committer | 2014-09-06 06:49:07 +0000 | |
commit | 1ddc69fe10837a5bdc439796ec44788bc380b526 (patch) | |
tree | 28b96d136dbcac8bc14f8102d59274cdb7f8a8c7 /hash/a7800.xml | |
parent | 14fb245bf6bb2fa791a302894b18a53c9b0b823b (diff) |
(MESS) a7800.c: [Fabio Priuli]
- Fixed YM2151 clock in XM expansion, thanks to info from
tep392 and GroovyBee
- Added support for homebrew boards MegaCart+ and
VersaBoard by CPUWIZ (ROM respectively up to 512K
and 256K + 32K of RAM)
- Misc cleanups
out of whatsnew: I have also added, for debugging purposes, a VersaBoard with SG 9banks + POKEY at 0x0450
in the hope to find out exactly what goes currently wrong in the emulation of some homebrew games... let's see...
Diffstat (limited to 'hash/a7800.xml')
-rw-r--r-- | hash/a7800.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hash/a7800.xml b/hash/a7800.xml index 0a632e3b307..f0ed4015de6 100644 --- a/hash/a7800.xml +++ b/hash/a7800.xml @@ -2449,9 +2449,9 @@ almost nothing like the prototype. <sharedfeat name="compatibility" value="PAL"/> <part name="cart" interface="a7800_cart"> <feature name="pcb_type" value="TYPE-XM" /> - <feature name="slot" value="a78_xmc" /> - <dataarea name="rom" size="0x24000"> - <rom name="dkxm_final_demo_pal.a78" size="0x24000" crc="d362712e" sha1="118c462d6698bd23c378785f80062fdd7d65ca00" offset="0" /> + <feature name="slot" value="a78_sg9" /> + <dataarea name="rom" size="147456"> + <rom name="dkxm_final_demo_pal.bin" size="147456" crc="d362712e" sha1="118c462d6698bd23c378785f80062fdd7d65ca00" offset="0" /> </dataarea> </part> </software> @@ -2464,9 +2464,9 @@ almost nothing like the prototype. <sharedfeat name="compatibility" value="NTSC"/> <part name="cart" interface="a7800_cart"> <feature name="pcb_type" value="TYPE-XM" /> - <feature name="slot" value="a78_xmc" /> - <dataarea name="rom" size="0x24000"> - <rom name="dkxm_final_demo_ntsc.a78" size="0x24000" crc="6e170055" sha1="f4da231312da06ff9e8af5681b5013b14886b455" offset="0" /> + <feature name="slot" value="a78_sg9" /> + <dataarea name="rom" size="147456"> + <rom name="dkxm_final_demo_ntsc.bin" size="147456" crc="6e170055" sha1="f4da231312da06ff9e8af5681b5013b14886b455" offset="0" /> </dataarea> </part> </software> |