summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/teleprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/teleprinter.cpp')
-rw-r--r--src/mame/machine/teleprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/teleprinter.cpp b/src/mame/machine/teleprinter.cpp
index 0f55b706630..9de48e9ee5b 100644
--- a/src/mame/machine/teleprinter.cpp
+++ b/src/mame/machine/teleprinter.cpp
@@ -211,7 +211,7 @@ uint32_t teleprinter_device::tp_update(screen_device &device, bitmap_rgb32 &bitm
/***************************************************************************
VIDEO HARDWARE
***************************************************************************/
-MACHINE_CONFIG_FRAGMENT( generic_teleprinter )
+MACHINE_CONFIG_START( generic_teleprinter )
MCFG_SCREEN_ADD(TELEPRINTER_SCREEN_TAG, RASTER)
MCFG_SCREEN_REFRESH_RATE(50)
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(2500)) /* not accurate */