diff options
| author | 2022-04-09 16:51:16 -0800 | |
|---|---|---|
| committer | 2022-04-09 20:51:16 -0400 | |
| commit | 0270ca721b9b28dfcb597a52ca6f34c813f719de (patch) | |
| tree | 9ef3a49a6caea75d60199991c17ea47111cf4d94 /hash | |
| parent | 07b5dc9d4754a10edea50cc3b376eb89c4cbdc0d (diff) | |
bus/nes: Added support for Sachen's Zhōngguó Dàhēng cartridge. (#9540)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/nes.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index 18dd35393f2..34de8949d20 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -54310,7 +54310,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx <info name="alt_title" value="侍魂"/> <info name="alt_title" value="Shìhún"/> <part name="cart" interface="nes_cart"> - <feature name="slot" value="unl_shero" /> + <feature name="slot" value="sachen_shero" /> <feature name="pcb" value="UNL-SHERO" /> <feature name="mirroring" value="4screen" /> <dataarea name="chr" size="524288"> @@ -54399,23 +54399,26 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx <!-- TC-031 is unknown. Possibly "Bridge", an unreleased proto --> - <software name="chuugokt" supported="partial"> - <description>Chuugoku Taitei (Tw)</description> - <year>19??</year> + <software name="zgdaheng"> + <description>Zhōngguó Dàhēng (Taiwan)</description> + <year>199?</year> <publisher>Sachen</publisher> <info name="serial" value="TC-032"/> <info name="alt_title" value="中國大亨"/> <part name="cart" interface="nes_cart"> - <feature name="slot" value="txrom" /> - <feature name="pcb" value="NES-TLROM" /> <!-- Original header was mapper 116, but it's not a SOMARI pcb... --> + <feature name="slot" value="sachen_zgdh" /> <dataarea name="chr" size="131072"> <rom name="chuugoku taitei (asia) (unl).chr" size="131072" crc="d9203c08" sha1="b32ef62e4583b216aea84f7d0da0269c01b61e26" offset="00000" status="baddump" /> </dataarea> <dataarea name="prg" size="262144"> <rom name="chuugoku taitei (asia) (unl).prg" size="262144" crc="3acdcc64" sha1="32436a43d3c371ab7aa6bb5165f60ca5c006a60e" offset="00000" status="baddump" /> </dataarea> - <!-- 8k WRAM on cartridge --> - <dataarea name="wram" size="8192"> + <!-- 8k VRAM on cartridge --> + <dataarea name="vram" size="8192"> + </dataarea> + <!-- 8k WRAM on cartridge, battery backed up --> + <dataarea name="bwram" size="8192"> + <rom value="0x00" size="8192" offset="0" loadflag="fill" /> </dataarea> </part> </software> |
