diff options
Diffstat (limited to 'src/mame/drivers/abc1600.cpp')
-rw-r--r-- | src/mame/drivers/abc1600.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/abc1600.cpp b/src/mame/drivers/abc1600.cpp index ea61b6ba379..7506685b3ac 100644 --- a/src/mame/drivers/abc1600.cpp +++ b/src/mame/drivers/abc1600.cpp @@ -883,7 +883,7 @@ MACHINE_CONFIG_START(abc1600_state::abc1600) MCFG_DEVICE_IRQ_ACKNOWLEDGE_DRIVER(abc1600_state,abc1600_int_ack) // video hardware - MCFG_ABC1600_MOVER_ADD() + ABC1600_MOVER(config, ABC1600_MOVER_TAG, 0); // devices abc1600_mac_device &mac(ABC1600_MAC(config, "mac", 0)); |