mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
nes.xml: Fixed famijmp2 booting with fresh NVRAM (MT08446). (#10451)
This commit is contained in:
parent
b364476925
commit
05b04a43c6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user