mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
(MESS) nes.xml: added correct nvram to dezaemon, thanks to naruko's
research [Fabio Priuli]
This commit is contained in:
parent
0ac942c9b8
commit
6ab766f4dd
50
hash/nes.xml
50
hash/nes.xml
@ -8414,6 +8414,37 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
|
<!-- dump confirmed by naruko -->
|
||||||
|
<software name="dezaemon">
|
||||||
|
<description>Dezaemon (Jpn)</description>
|
||||||
|
<year>1991</year>
|
||||||
|
<publisher>Athena</publisher>
|
||||||
|
<info name="serial" value="ATH-87"/>
|
||||||
|
<info name="release" value="19910913"/>
|
||||||
|
<info name="alt_title" value="絵描衛門"/>
|
||||||
|
<part name="cart" interface="nes_cart">
|
||||||
|
<feature name="slot" value="sxrom" />
|
||||||
|
<feature name="pcb" value="HVC-SXROM" />
|
||||||
|
<feature name="mmc1_type" value="MMC1B2" />
|
||||||
|
<feature name="pcb_model" value="HVC-SXROM-01" />
|
||||||
|
<feature name="u1" value="U1 PRG-ROM" />
|
||||||
|
<feature name="u2" value="U2 CHR-RAM" /> <!-- LH5168FB-10L -->
|
||||||
|
<feature name="u3" value="U3 MMC1" />
|
||||||
|
<feature name="u4" value="U4 W-RAM" /> <!-- LH52A256-10LL -->
|
||||||
|
<feature name="u5" value="U5 HCU04" /> <!-- 74HCU04AP -->
|
||||||
|
<dataarea name="prg" size="131072">
|
||||||
|
<rom name="ath-87-0 prg.u1" size="131072" crc="d1e50064" sha1="bd442a386741ee63c0dcbbd46b3f53fb60a6d45d" offset="00000" />
|
||||||
|
</dataarea>
|
||||||
|
<!-- 8k VRAM on cartridge -->
|
||||||
|
<dataarea name="vram" size="8192">
|
||||||
|
</dataarea>
|
||||||
|
<!-- 32k WRAM on cartridge, battery backed up -->
|
||||||
|
<dataarea name="bwram" size="32768">
|
||||||
|
<rom value="0x00" size="32768" offset="0" loadflag="fill" />
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
<software name="dicktr">
|
<software name="dicktr">
|
||||||
<description>Dick Tracy (USA)</description>
|
<description>Dick Tracy (USA)</description>
|
||||||
<year>1990</year>
|
<year>1990</year>
|
||||||
@ -44890,25 +44921,6 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<software name="dezaemon">
|
|
||||||
<description>Dezaemon (Jpn)</description>
|
|
||||||
<year>1991</year>
|
|
||||||
<publisher>Athena</publisher>
|
|
||||||
<info name="serial" value="ATH-87"/>
|
|
||||||
<info name="release" value="19910913"/>
|
|
||||||
<info name="alt_title" value="絵描衛門"/>
|
|
||||||
<part name="cart" interface="nes_cart">
|
|
||||||
<feature name="slot" value="sxrom" />
|
|
||||||
<feature name="pcb" value="NES-SLROM" />
|
|
||||||
<dataarea name="prg" size="131072">
|
|
||||||
<rom name="dezaemon (japan).prg" size="131072" crc="d1e50064" sha1="bd442a386741ee63c0dcbbd46b3f53fb60a6d45d" offset="00000" status="baddump" />
|
|
||||||
</dataarea>
|
|
||||||
<!-- 8k VRAM on cartridge -->
|
|
||||||
<dataarea name="vram" size="8192">
|
|
||||||
</dataarea>
|
|
||||||
</part>
|
|
||||||
</software>
|
|
||||||
|
|
||||||
<software name="diehardj" cloneof="diehard">
|
<software name="diehardj" cloneof="diehard">
|
||||||
<description>Die Hard (Jpn)</description>
|
<description>Die Hard (Jpn)</description>
|
||||||
<year>1991</year>
|
<year>1991</year>
|
||||||
|
Loading…
Reference in New Issue
Block a user