mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
Fixes a problem with r6177 which deleted a ROM_REGION from the source. This caused the game to fail to load or be audited properly.
This commit is contained in:
parent
5d7ab248a3
commit
5e9f8529e9
@ -1161,6 +1161,7 @@ MACHINE_DRIVER_END
|
||||
*************************************/
|
||||
|
||||
ROM_START( narc )
|
||||
ROM_REGION( 0x90000, "narc1cpu", 0 ) /* sound CPU */
|
||||
ROM_LOAD( "narcrev2.u4", 0x50000, 0x10000, CRC(450a591a) SHA1(bbda8061262738e5866f2707f69483a0a51d2910) )
|
||||
ROM_RELOAD( 0x60000, 0x10000 )
|
||||
ROM_LOAD( "narcrev2.u5", 0x70000, 0x10000, CRC(e551e5e3) SHA1(c8b4f53dbd4c534abb77d4dc07c4d12653b79894) )
|
||||
|
Loading…
Reference in New Issue
Block a user