summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/neptunp2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neptunp2.cpp')
-rw-r--r--src/mame/drivers/neptunp2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/neptunp2.cpp b/src/mame/drivers/neptunp2.cpp
index 280e2311f4a..6e5bdad61ad 100644
--- a/src/mame/drivers/neptunp2.cpp
+++ b/src/mame/drivers/neptunp2.cpp
@@ -100,10 +100,10 @@ GFXDECODE_END
MACHINE_CONFIG_START(neptunp2_state::neptunp2)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",I80188,20000000) // N80C188-20 AMD
- MCFG_CPU_PROGRAM_MAP(neptunp2_map)
- MCFG_CPU_IO_MAP(neptunp2_io)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", neptunp2_state, irq0_line_hold)
+ MCFG_DEVICE_ADD("maincpu",I80188,20000000) // N80C188-20 AMD
+ MCFG_DEVICE_PROGRAM_MAP(neptunp2_map)
+ MCFG_DEVICE_IO_MAP(neptunp2_io)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", neptunp2_state, irq0_line_hold)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)