fix oversized region (nw)

This commit is contained in:
Vas Crabb 2016-08-23 03:10:42 +10:00
parent ba01d4219c
commit dc0301ed86
2 changed files with 2 additions and 2 deletions

View File

@ -10567,7 +10567,7 @@
<dataarea name="ymsnd" size="0x200000">
<rom name="dig-v1.bin" offset="0x000000" size="0x080000" crc="ee15bda4" sha1="fe2206728e6efd02d6302869a98b196eb19a17df" />
</dataarea>
<dataarea name="sprites" size="0x400000">
<dataarea name="sprites" size="0x100000">
<rom loadflag="load16_byte" name="dig-c1.bin" offset="0x000000" size="0x080000" crc="3db0a4ed" sha1="6214faa883d97ea05809b6af7e0c85a236a18a28" />
<rom loadflag="load16_byte" name="dig-c2.bin" offset="0x000001" size="0x080000" crc="3e632161" sha1="83711c4286fb1d9f3f91414ac6e5fed36618033e" />
</dataarea>

View File

@ -8186,7 +8186,7 @@ ROM_START( diggerma ) /* Unlicensed Prototype, no official game ID # */
ROM_REGION( 0x200000, "cslot1:ymsnd", 0 )
ROM_LOAD( "dig-v1.bin", 0x000000, 0x080000, CRC(ee15bda4) SHA1(fe2206728e6efd02d6302869a98b196eb19a17df) )
ROM_REGION( 0x400000, "cslot1:sprites", 0 )
ROM_REGION( 0x100000, "cslot1:sprites", 0 )
ROM_LOAD16_BYTE( "dig-c1.bin", 0x000000, 0x080000, CRC(3db0a4ed) SHA1(6214faa883d97ea05809b6af7e0c85a236a18a28) ) /* Plane 0,1 */
ROM_LOAD16_BYTE( "dig-c2.bin", 0x000001, 0x080000, CRC(3e632161) SHA1(83711c4286fb1d9f3f91414ac6e5fed36618033e) ) /* Plane 2,3 */
ROM_END