summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <Tafoid@users.noreply.github.com>2014-12-03 21:52:33 -0500
committer Scott Stone <Tafoid@users.noreply.github.com>2014-12-03 21:52:33 -0500
commit558ab8997beb0adaccf1aef5aecb79dc3aa23201 (patch)
tree6c1be593a90192312a46b4cd0b1f5fc82ab889b2
parent394b6f4754e630850fcd56136f149174ff8731c2 (diff)
Quiet MESS -validate issues for stopthie.c (nw)
-rw-r--r--src/mess/drivers/stopthie.c8
1 files 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
/***************************************************************************