diff options
author | 2014-08-26 05:58:29 +0000 | |
---|---|---|
committer | 2014-08-26 05:58:29 +0000 | |
commit | c397bad20b39cbd57ff86c316ccd6cfff6572027 (patch) | |
tree | a43c3d4120b302c23331ebc6e98b793122f2ed34 /hash/a7800.xml | |
parent | 30d296ba22ba538f2007349eaa1bb8644786eed3 (diff) |
(MESS) a7800: added Yamaha 2151 emulation to the XM
expansion board, thanks to info from tep392. nw.
Also removed from the softlist the Donkey Kong XM Enhanced
version which had been hacked to work on ProSystem emulator
and fails to save hiscores with correct HSC emulation
(it remains available the correct version which saves fine both
in MESS and in the real hardware).
Diffstat (limited to 'hash/a7800.xml')
-rw-r--r-- | hash/a7800.xml | 41 |
1 files changed, 6 insertions, 35 deletions
diff --git a/hash/a7800.xml b/hash/a7800.xml index 641934c513f..3061a049fcd 100644 --- a/hash/a7800.xml +++ b/hash/a7800.xml @@ -2436,41 +2436,11 @@ almost nothing like the prototype. <!-- XM board enhanced --> - <!-- these should require an XM board? but the emulation seems to be built into the base driver?--> - <!-- these have had the header stripped vs the .a78 files offered - there was also a 'binary' with size 0x24000, CRC fd503bd4 --> <software name="dkongxm"> - <description>Donkey Kong (homebrew, XM enhanced, HSC support) (Demo)</description> + <description>Donkey Kong (PAL, Demo, XM enhanced)</description> <year>2012</year> - <publisher><homebrew></publisher> <!-- TEP392 --> - <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_hsc.a78" size="0x24000" crc="6510b674" sha1="65b723b470d287af51e9888813149c43fb11ac26" offset="0" /> - </dataarea> - </part> - </software> - - <software name="dkongxmu" cloneof="dkongxm" > - <description>Donkey Kong (homebrew, XM enhanced, HSC support) (Demo) (NTSC)</description> - <year>2012</year> - <publisher><homebrew></publisher> <!-- TEP392 --> - <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_hsc.a78" size="0x24000" crc="2c67fea7" sha1="7825c1946e3c7492fa9bbfae33029cd68c0d1135" offset="0" /> - </dataarea> - </part> - </software> - - <software name="dkongxmn" cloneof="dkongxm"> - <description>Donkey Kong (homebrew, XM enhanced) (Demo)</description> - <year>2012</year> - <publisher><homebrew></publisher> <!-- TEP392 --> + <publisher><homebrew></publisher> + <info name="programmer" value="TEP392" /> <sharedfeat name="compatibility" value="PAL"/> <part name="cart" interface="a7800_cart"> <feature name="pcb_type" value="TYPE-XM" /> @@ -2482,9 +2452,10 @@ almost nothing like the prototype. </software> <software name="dkongxmnu" cloneof="dkongxm" > - <description>Donkey Kong (homebrew, XM enhanced) (Demo) (NTSC)</description> + <description>Donkey Kong (NTSC, Demo, XM enhanced)</description> <year>2012</year> - <publisher><homebrew></publisher> <!-- TEP392 --> + <publisher><homebrew></publisher> + <info name="programmer" value="TEP392" /> <sharedfeat name="compatibility" value="NTSC"/> <part name="cart" interface="a7800_cart"> <feature name="pcb_type" value="TYPE-XM" /> |