nes.xml: Fixed famijmp2 booting with fresh NVRAM (MT08446). (#10451)

This commit is contained in:
0kmg 2022-10-20 04:01:15 -07:00 committed by GitHub
parent b364476925
commit 05b04a43c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11685,6 +11685,7 @@ license:CC0
</part>
</software>
<!-- Game will not run on initial boot if SRAM is filled with 0x00 -->
<software name="famijmp2">
<description>Famicom Jump II - Saikyou no 7-nin (Japan)</description>
<year>1991</year>
@ -11704,7 +11705,7 @@ license:CC0
</dataarea>
<!-- 8k WRAM on cartridge, battery backed up -->
<dataarea name="bwram" size="8192">
<rom value="0x00" size="8192" offset="0" loadflag="fill" />
<rom value="0xff" size="8192" offset="0" loadflag="fill" />
</dataarea>
</part>
</software>