mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Fix kothello crash after last checkin (no whatsnew)
This commit is contained in:
parent
9ddde458fa
commit
6d3978f1ed
@ -631,8 +631,10 @@ ROM_START( kothello )
|
||||
ROM_LOAD( "rom5.5l", 0x00000, 0x02000, CRC(7eb6e697) SHA1(4476e13f9a9e04472581f2c069760f53b33d5672))
|
||||
ROM_CONTINUE( 0x10000, 0x0e000 )
|
||||
|
||||
ROM_REGION( 0x10000, "adpcm", 0 )
|
||||
ROM_REGION( 0x10000, "adpcm1", 0 )
|
||||
ROM_LOAD( "rom6.7m", 0x00000, 0x10000, CRC(4ab1335d) SHA1(3a803e8a7e9b0c2a26ee23e7ac9c89c70cf2504b))
|
||||
|
||||
ROM_REGION( 0x10000, "adpcm2", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user