Okuman Chouja 2 rom name fix

This commit is contained in:
Angelo Salese 2013-08-04 20:51:35 +00:00
parent 5d50b69b62
commit 1a731c09c2
2 changed files with 3 additions and 3 deletions

View File

@ -10223,19 +10223,18 @@ other two disks
</part>
</software>
<!-- Note: order is trusted -->
<software name="okumanc2">
<description>Okuman Chouja 2</description>
<year>19??</year>
<publisher>&lt;unknown&gt;</publisher>
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="0x138fb0">
<rom name="okum2sce.d88" size="0x138fb0" crc="33b460bb" sha1="60caeef6c1fcede7034383555a9ef362e346b3a4" offset="0" />
<rom name="okum2sys.d88" size="0x138fb0" crc="33b460bb" sha1="60caeef6c1fcede7034383555a9ef362e346b3a4" offset="0" />
</dataarea>
</part>
<part name="flop2" interface="floppy_5_25">
<dataarea name="flop" size="0x138fb0">
<rom name="okum2sys.d88" size="0x138fb0" crc="adfee121" sha1="8636d4415418010e4886de53f3501123082ac38b" offset="0" />
<rom name="okum2sce.d88" size="0x138fb0" crc="adfee121" sha1="8636d4415418010e4886de53f3501123082ac38b" offset="0" />
</dataarea>
</part>
</software>

View File

@ -3809,6 +3809,7 @@ MACHINE_CONFIG_END
ROM_IGNORE( 0x2000 ) \
ROM_IGNORE( 0x2000 ) \
ROM_FILL( 0x0000, 0x2000, 0xcb )
// all of these are half size :/
#define LOAD_KANJI_ROMS \
ROM_REGION( 0x80000, "raw_kanji", ROMREGION_ERASEFF ) \