From 5e9f8529e9a65d471ee4fe2f7779b5dcc71aeeee Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 29 Jul 2009 16:30:57 +0000 Subject: [PATCH] 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. --- src/mame/drivers/midyunit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/midyunit.c b/src/mame/drivers/midyunit.c index 83b8e5f982c..dcc9559d9bc 100644 --- a/src/mame/drivers/midyunit.c +++ b/src/mame/drivers/midyunit.c @@ -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) )