diff options
author | 2016-05-05 00:21:42 +0200 | |
---|---|---|
committer | 2016-05-05 00:21:42 +0200 | |
commit | 840964daff0299d1741a0ce1cdc9977ba2aa1c2c (patch) | |
tree | b899600fb3529c360b51417a5d708775571ba796 | |
parent | 149dd41add0e9c53d8f3e18d3888bc678b3b7d27 (diff) |
fixed dquest4a and marked it as supported again. nw.
-rw-r--r-- | hash/nes.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index 28b5647ee54..83e29ce807f 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -45177,7 +45177,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx </part> </software> - <software name="dquest4a" cloneof="dwarr4" supported="no"> + <software name="dquest4a" cloneof="dwarr4"> <description>Dragon Quest IV - Michibikareshi Monotachi (Jpn)</description> <year>1990</year> <publisher>Enix</publisher> @@ -45193,6 +45193,10 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx <!-- 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> @@ -70782,7 +70786,7 @@ Other </part> </software> - <software name="testrus"> + <software name="testrus" supported="no"> <description>Test (Rus, ver. 1.01, RT-01)</description> <year>1994</year> <publisher>Snake?</publisher> |