summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astropc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astropc.cpp')
-rw-r--r--src/mame/drivers/astropc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp
index 4fb6a45f312..7f6e3c0560a 100644
--- a/src/mame/drivers/astropc.cpp
+++ b/src/mame/drivers/astropc.cpp
@@ -52,9 +52,9 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(astropc_state::astropc)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I486, 40000000 ) // ??
- MCFG_CPU_PROGRAM_MAP(astropc_map)
- MCFG_CPU_IO_MAP(astropc_io)
+ MCFG_DEVICE_ADD("maincpu", I486, 40000000 ) // ??
+ MCFG_DEVICE_PROGRAM_MAP(astropc_map)
+ MCFG_DEVICE_IO_MAP(astropc_io)
MACHINE_CONFIG_END