summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-01-23 17:18:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-01-23 17:18:06 +0000
commit41824d527e1bb8784db55925df843881e30bfd60 (patch)
tree7c0f23c4be6a901db56998ebcba8a5401b49b7de
parent9699603819c7514657fe4713892f84ef35d02e4c (diff)
Fixed errors found by -validate, mostly pinball machines (no whatsnew)
-rw-r--r--src/mame/drivers/by6803.c4
-rw-r--r--src/mame/drivers/goldstar.c2
-rw-r--r--src/mame/drivers/white_mod.c1
-rw-r--r--src/mame/drivers/wpc_an.c6
4 files changed, 7 insertions, 6 deletions
diff --git a/src/mame/drivers/by6803.c b/src/mame/drivers/by6803.c
index 001652cbe5d..65212a6608a 100644
--- a/src/mame/drivers/by6803.c
+++ b/src/mame/drivers/by6803.c
@@ -286,7 +286,7 @@ ROM_START(trucksp3)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "u2_p3.128", 0x8000, 0x4000, CRC(79b2a5b1) SHA1(d3de91bfadc9684302b2367cfcb30ed0d6faa020))
ROM_LOAD( "u3_p3.128", 0xc000, 0x4000, CRC(2993373c) SHA1(26490f1dd8a5329a88a2ceb1e6044711a29f1445))
- ROM_REGION(0x10000, "cpu2", 0)
+ ROM_REGION(0x10000, "cpu2", ROMREGION_ERASE00)
ROM_REGION(0x30000, "sound1", 0)
ROM_LOAD("u4sndp1.256", 0x00000, 0x8000, CRC(120a386f) SHA1(51b3b45eb7ea63758b21aad404ba12a9607fec44))
ROM_RELOAD(0x00000 +0x8000, 0x8000)
@@ -300,7 +300,7 @@ ROM_START(trucksp2)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "u2_p2.128", 0x8000, 0x4000, CRC(3c397dec) SHA1(2fc86ad39c935ce8615eafd67e571ac94c938cd7))
ROM_LOAD( "u3_p2.128", 0xc000, 0x4000, CRC(d7ac519a) SHA1(612bf9fee0d54e8b1215508bd6c1ea61dcb99951))
- ROM_REGION(0x10000, "cpu2", 0)
+ ROM_REGION(0x10000, "cpu2", ROMREGION_ERASE00)
ROM_REGION(0x30000, "sound1", 0)
ROM_LOAD("u4sndp1.256", 0x00000, 0x8000, CRC(120a386f) SHA1(51b3b45eb7ea63758b21aad404ba12a9607fec44))
ROM_RELOAD(0x00000 +0x8000, 0x8000)
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c
index 11456a5aa0a..d1d878995e7 100644
--- a/src/mame/drivers/goldstar.c
+++ b/src/mame/drivers/goldstar.c
@@ -7483,7 +7483,7 @@ ROM_START( jkrmast )
ROM_LOAD( "n82s129.u28", 0x0000, 0x0100, CRC(cfb152cf) SHA1(3166b9b21be4ce1d3b6fc8974c149b4ead03abac) )
ROM_LOAD( "n82s147a.u13", 0x0100, 0x0200, CRC(da92f0ae) SHA1(1269a2029e689a5f111c57e80825b3756b50521e) )
- ROM_REGION( 0x200, "proms", 0 )
+ ROM_REGION( 0x200, "proms", ROMREGION_ERASE00 )
ROM_REGION( 0x100, "proms2", ROMREGION_ERASE00 )
diff --git a/src/mame/drivers/white_mod.c b/src/mame/drivers/white_mod.c
index 9406702385f..b4558552372 100644
--- a/src/mame/drivers/white_mod.c
+++ b/src/mame/drivers/white_mod.c
@@ -672,6 +672,7 @@ ROM_START(lotr_le)
ROM_RELOAD(0x40000, 0x20000)
ROM_RELOAD(0x60000, 0x20000)
ROM_REGION(0x10000, "maincpu", 0)
+ ROM_COPY( "user1", 0x18000, 0x8000, 0x8000)
ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
ROM_REGION(0x80000, "gfx3", 0)
ROM_LOAD("lotrdspa.a00", 0x00000, 0x80000, CRC(99634603) SHA1(c40d1480e5df10a491bcd471c6a3a118a9120bcb))
diff --git a/src/mame/drivers/wpc_an.c b/src/mame/drivers/wpc_an.c
index 49c4d80967a..8a7d2a108c4 100644
--- a/src/mame/drivers/wpc_an.c
+++ b/src/mame/drivers/wpc_an.c
@@ -92,11 +92,11 @@ ROM_START(fh_l9)
ROM_END
ROM_START(fh_l9b)
- ROM_REGION(0x10000, "maincpu", 0)
- ROM_REGION(0x2000, "user1", 0)
+ ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
+ ROM_REGION(0x2000, "user1", ROMREGION_ERASEFF)
ROM_REGION(0x040000, "user2", 0)
ROM_LOAD("fh_l9ger.rom", 0x00000, 0x040000, CRC(e9b32a8f) SHA1(deb77f0d025001ddcc3045b4e49176c54896da3f))
- ROM_REGION(0x010000, "cpu2", 0)
+ ROM_REGION(0x010000, "cpu2", ROMREGION_ERASEFF)
ROM_REGION(0x180000, "sound1", 0)
ROM_LOAD("fh_u18.sl3", 0x000000, 0x20000, CRC(7f6c7045) SHA1(8c8d601e8e6598507d75b4955ccc51623124e8ab))
ROM_RELOAD( 0x000000 + 0x20000, 0x20000)