summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/f-32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/f-32.cpp')
-rw-r--r--src/mame/drivers/f-32.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/f-32.cpp b/src/mame/drivers/f-32.cpp
index a55ecbfdceb..98950d7023a 100644
--- a/src/mame/drivers/f-32.cpp
+++ b/src/mame/drivers/f-32.cpp
@@ -167,10 +167,10 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(mosaicf2_state::mosaicf2)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", E132XN, XTAL(20'000'000)*4) /* 4x internal multiplier */
- MCFG_CPU_PROGRAM_MAP(common_map)
- MCFG_CPU_IO_MAP(mosaicf2_io)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", mosaicf2_state, irq0_line_hold)
+ MCFG_DEVICE_ADD("maincpu", E132XN, XTAL(20'000'000)*4) /* 4x internal multiplier */
+ MCFG_DEVICE_PROGRAM_MAP(common_map)
+ MCFG_DEVICE_IO_MAP(mosaicf2_io)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", mosaicf2_state, irq0_line_hold)
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MCFG_EEPROM_ERASE_TIME(attotime::from_usec(1))
@@ -245,10 +245,10 @@ void mosaicf2_state::royalpk2_io(address_map &map)
MACHINE_CONFIG_START(mosaicf2_state::royalpk2)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", GMS30C2132, XTAL(50'000'000))
- MCFG_CPU_PROGRAM_MAP(royalpk2_map)
- MCFG_CPU_IO_MAP(royalpk2_io)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", mosaicf2_state, irq1_line_hold)
+ MCFG_DEVICE_ADD("maincpu", GMS30C2132, XTAL(50'000'000))
+ MCFG_DEVICE_PROGRAM_MAP(royalpk2_map)
+ MCFG_DEVICE_IO_MAP(royalpk2_io)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", mosaicf2_state, irq1_line_hold)
MCFG_EEPROM_SERIAL_93C46_ADD("eeprom")
MCFG_EEPROM_ERASE_TIME(attotime::from_usec(1))