diff options
author | 2021-10-21 08:19:20 -0800 | |
---|---|---|
committer | 2021-10-21 12:19:20 -0400 | |
commit | 6ec41305458a391b383f06fbeeeba1750c7522bc (patch) | |
tree | 726dbab9a7717dc7acb98d2a85e13816aa072bcb | |
parent | 33f5ab983d691171c32ccccbcf955a46345eae5a (diff) |
nes.xml: Set missing save RAM for RPG Jinsei Game. (#8733)
-rw-r--r-- | hash/nes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index baab0b17511..d3094999741 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -49612,6 +49612,10 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx <dataarea name="prg" size="262144"> <rom name="rpg jinsei game (japan).prg" size="262144" crc="42e03e4a" sha1="96260908e8ed3511bd0bfd5025e91c877a62c33b" offset="00000" status="baddump" /> </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> |