mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Okuman Chouja 2 rom name fix
This commit is contained in:
parent
5d50b69b62
commit
1a731c09c2
@ -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><unknown></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>
|
||||
|
@ -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 ) \
|
||||
|
Loading…
Reference in New Issue
Block a user