summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cit220.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cit220.cpp')
-rw-r--r--src/mame/drivers/cit220.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/cit220.cpp b/src/mame/drivers/cit220.cpp
index 4325e3494cb..fb62f80b769 100644
--- a/src/mame/drivers/cit220.cpp
+++ b/src/mame/drivers/cit220.cpp
@@ -80,10 +80,10 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(cit220_state::cit220p)
- MCFG_CPU_ADD("maincpu", I8085A, 6000000)
- MCFG_CPU_PROGRAM_MAP(mem_map)
- MCFG_CPU_IO_MAP(io_map)
- MCFG_I8085A_SOD(WRITELINE(cit220_state, sod_w))
+ MCFG_DEVICE_ADD("maincpu", I8085A, 6000000)
+ MCFG_DEVICE_PROGRAM_MAP(mem_map)
+ MCFG_DEVICE_IO_MAP(io_map)
+ MCFG_I8085A_SOD(WRITELINE(*this, cit220_state, sod_w))
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_RAW_PARAMS(24553200, 1580, 0, 1320, 259, 0, 240) // dot clock guessed