From 558ab8997beb0adaccf1aef5aecb79dc3aa23201 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 3 Dec 2014 21:52:33 -0500 Subject: Quiet MESS -validate issues for stopthie.c (nw) --- src/mess/drivers/stopthie.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mess/drivers/stopthie.c b/src/mess/drivers/stopthie.c index 32eceb1350b..2a67b810141 100644 --- a/src/mess/drivers/stopthie.c +++ b/src/mess/drivers/stopthie.c @@ -69,10 +69,10 @@ ROM_START( stopthie ) ROM_REGION( 0x1000, "maincpu", 0 ) ROM_LOAD16_WORD( "stopthie.bin", 0x0000, 0x1000, CRC(03691115) SHA1(bdcd212aa50bb1c26cb2d0ee97e5cfc04841c108) ) - ROM_REGION( 1246, "maincpu:ipla", 0 ) - ROM_REGION( 1982, "maincpu:mpla", 0 ) - ROM_REGION( 352, "maincpu:opla", 0 ) - ROM_REGION( 157, "maincpu:spla", 0 ) + ROM_REGION( 1246, "maincpu:ipla", ROMREGION_ERASE00 ) + ROM_REGION( 1982, "maincpu:mpla", ROMREGION_ERASE00 ) + ROM_REGION( 352, "maincpu:opla", ROMREGION_ERASE00 ) + ROM_REGION( 157, "maincpu:spla", ROMREGION_ERASE00 ) ROM_END /*************************************************************************** -- cgit v1.2.3