summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mes.cpp')
-rw-r--r--src/mame/drivers/mes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mes.cpp b/src/mame/drivers/mes.cpp
index d6d3a8ed9de..04f6a0c5193 100644
--- a/src/mame/drivers/mes.cpp
+++ b/src/mame/drivers/mes.cpp
@@ -148,8 +148,8 @@ MACHINE_CONFIG_START(mes_state::mes)
MCFG_PALETTE_ADD_MONOCHROME("palette")
- MCFG_DEVICE_ADD("ctc", Z80CTC, 0)
- MCFG_DEVICE_ADD("pio", Z80PIO, 0)
+ Z80CTC(config, "ctc", 0);
+ Z80PIO(config, "pio", 0);
Z80SIO(config, "sio", 0);
MCFG_DEVICE_ADD("keybd", GENERIC_KEYBOARD, 0)