summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othldrby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othldrby.c')
-rw-r--r--src/mame/drivers/othldrby.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/othldrby.c b/src/mame/drivers/othldrby.c
index 3d04f39e75d..d7b3df29786 100644
--- a/src/mame/drivers/othldrby.c
+++ b/src/mame/drivers/othldrby.c
@@ -276,14 +276,14 @@ MACHINE_DRIVER_END
***************************************************************************/
ROM_START( othldrby )
- ROM_REGION( 0x080000, RGNCLASS_CPU, "main", 0 )
+ ROM_REGION( 0x080000, "main", 0 )
ROM_LOAD16_WORD_SWAP( "db0.1", 0x00000, 0x80000, CRC(6b4008d3) SHA1(4cf838c47563ba482be8364b2e115569a4a06c83) )
- ROM_REGION( 0x400000, RGNCLASS_GFX, "gfx1", ROMREGION_DISPOSE )
+ ROM_REGION( 0x400000, "gfx1", ROMREGION_DISPOSE )
ROM_LOAD( "db0-r2", 0x000000, 0x200000, CRC(4efff265) SHA1(4cd239ff42f532495946cb52bd1fee412f84e192) )
ROM_LOAD( "db0-r3", 0x200000, 0x200000, CRC(5c142b38) SHA1(5466a8b061a0f2545493de0f96fd4387beea276a) )
- ROM_REGION( 0x080000, RGNCLASS_SOUND, "oki", 0 ) /* OKIM6295 samples */
+ ROM_REGION( 0x080000, "oki", 0 ) /* OKIM6295 samples */
ROM_LOAD( "db0.4", 0x00000, 0x80000, CRC(a9701868) SHA1(9ee89556666d358e8d3915622573b3ba660048b8) )
ROM_END