summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tim011.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tim011.cpp')
-rw-r--r--src/mame/drivers/tim011.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/tim011.cpp b/src/mame/drivers/tim011.cpp
index dc64f1b40ef..75cbd4f6133 100644
--- a/src/mame/drivers/tim011.cpp
+++ b/src/mame/drivers/tim011.cpp
@@ -129,12 +129,12 @@ static const floppy_format_type tim011_floppy_formats[] = {
MACHINE_CONFIG_START(tim011_state::tim011)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",Z180, XTAL(12'288'000) / 2) // location U17 HD64180
- MCFG_CPU_PROGRAM_MAP(tim011_mem)
- MCFG_CPU_IO_MAP(tim011_io)
- MCFG_CPU_VBLANK_INT_DRIVER("screen", tim011_state, irq0_line_hold)
+ MCFG_DEVICE_ADD("maincpu",Z180, XTAL(12'288'000) / 2) // location U17 HD64180
+ MCFG_DEVICE_PROGRAM_MAP(tim011_mem)
+ MCFG_DEVICE_IO_MAP(tim011_io)
+ MCFG_DEVICE_VBLANK_INT_DRIVER("screen", tim011_state, irq0_line_hold)
-// MCFG_CPU_ADD("keyboard",CDP1802, XTAL(1'750'000)) // CDP1802, unknown clock
+// MCFG_DEVICE_ADD("keyboard",CDP1802, XTAL(1'750'000)) // CDP1802, unknown clock
// FDC9266 location U43 XTAL(8'000'000)
MCFG_UPD765A_ADD(FDC9266_TAG, true, true)