summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2softcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2softcard.cpp')
-rw-r--r--src/devices/bus/a2bus/a2softcard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a2bus/a2softcard.cpp b/src/devices/bus/a2bus/a2softcard.cpp
index 4e04d8e0c58..bbecdfee3d7 100644
--- a/src/devices/bus/a2bus/a2softcard.cpp
+++ b/src/devices/bus/a2bus/a2softcard.cpp
@@ -38,8 +38,8 @@ void a2bus_softcard_device::z80_mem(address_map &map)
//-------------------------------------------------
MACHINE_CONFIG_START(a2bus_softcard_device::device_add_mconfig)
- MCFG_CPU_ADD(Z80_TAG, Z80, 1021800*2) // Z80 runs on double the Apple II's clock
- MCFG_CPU_PROGRAM_MAP(z80_mem)
+ MCFG_DEVICE_ADD(Z80_TAG, Z80, 1021800*2) // Z80 runs on double the Apple II's clock
+ MCFG_DEVICE_PROGRAM_MAP(z80_mem)
MACHINE_CONFIG_END
//**************************************************************************