summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beaminv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/beaminv.c')
-rw-r--r--src/mame/drivers/beaminv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/beaminv.c b/src/mame/drivers/beaminv.c
index 18ad8b6c783..842b2a45792 100644
--- a/src/mame/drivers/beaminv.c
+++ b/src/mame/drivers/beaminv.c
@@ -324,7 +324,7 @@ MACHINE_DRIVER_END
*************************************/
ROM_START( beaminv )
- ROM_REGION( 0x10000, RGNCLASS_CPU, "main", 0 )
+ ROM_REGION( 0x10000, "main", 0 )
ROM_LOAD( "0a", 0x0000, 0x0400, CRC(17503086) SHA1(18c789216e5c4330dba3eeb24919dae636bf803d) )
ROM_LOAD( "1a", 0x0400, 0x0400, CRC(aa9e1666) SHA1(050e2bd169f1502f49b7e6f5f2df9dac0d8107aa) )
ROM_LOAD( "2a", 0x0800, 0x0400, CRC(ebaa2fc8) SHA1(b4ff1e1bdfe9efdc08873bba2f0a30d24678f9d8) )
@@ -335,7 +335,7 @@ ROM_END
ROM_START( beaminva )
- ROM_REGION( 0x10000, RGNCLASS_CPU, "main", 0 )
+ ROM_REGION( 0x10000, "main", 0 )
ROM_LOAD( "rom_0", 0x0000, 0x0400, CRC(67e100dd) SHA1(5f58e2ed3da14c48f7c382ee6091a59caf8e0609) )
ROM_LOAD( "rom_1", 0x0400, 0x0400, CRC(442bbe98) SHA1(0e0382d4f6491629449759747019bd453a458b66) )
ROM_LOAD( "rom_2", 0x0800, 0x0400, CRC(5d5d2f68) SHA1(e363f9445bbba1492188efe1830cae96f6078878) )