From 56a76e80bd8aa3bba10ede4ab34f776804021052 Mon Sep 17 00:00:00 2001 From: "Alex W. Jackson" Date: Tue, 29 Jul 2014 01:43:28 +0000 Subject: [PATCH] fix compile (nw) --- src/mame/drivers/atarittl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/atarittl.c b/src/mame/drivers/atarittl.c index 8fe84ea31db..61b56f1a318 100644 --- a/src/mame/drivers/atarittl.c +++ b/src/mame/drivers/atarittl.c @@ -169,7 +169,7 @@ ROM_START( antiairc ) ROM_END -ROM_START( crshnscr ) +ROM_START( crashnsc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_REGION( 0x0400, "gfx", ROMREGION_ERASE00 ) @@ -288,7 +288,7 @@ ROM_START( steeplec ) ROM_END -ROM_START( stntcycl ) +ROM_START( stuntcyc ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_REGION( 0x0200, "gfx", ROMREGION_ERASE00 )