summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fontwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fontwriter.cpp')
-rw-r--r--src/mame/drivers/fontwriter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fontwriter.cpp b/src/mame/drivers/fontwriter.cpp
index c9a9f792010..6f7d5b9de44 100644
--- a/src/mame/drivers/fontwriter.cpp
+++ b/src/mame/drivers/fontwriter.cpp
@@ -92,9 +92,9 @@ static INPUT_PORTS_START( fontwriter )
INPUT_PORTS_END
MACHINE_CONFIG_START(fontwriter_state::fontwriter)
- MCFG_CPU_ADD("maincpu", M37720S1, XTAL(16'000'000)) /* M37720S1 @ 16MHz - main CPU */
- MCFG_CPU_PROGRAM_MAP(main_map)
- MCFG_CPU_IO_MAP(io_map)
+ MCFG_DEVICE_ADD("maincpu", M37720S1, XTAL(16'000'000)) /* M37720S1 @ 16MHz - main CPU */
+ MCFG_DEVICE_PROGRAM_MAP(main_map)
+ MCFG_DEVICE_IO_MAP(io_map)
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)