summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/newbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/newbrain.cpp')
-rw-r--r--src/mame/video/newbrain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/newbrain.cpp b/src/mame/video/newbrain.cpp
index 89353d8ccb5..42cbfd3d4cc 100644
--- a/src/mame/video/newbrain.cpp
+++ b/src/mame/video/newbrain.cpp
@@ -186,7 +186,7 @@ GFXDECODE_END
/* Machine Drivers */
-MACHINE_CONFIG_FRAGMENT( newbrain_video )
+MACHINE_CONFIG_START( newbrain_video )
MCFG_SCREEN_ADD_MONOCHROME(SCREEN_TAG, RASTER, rgb_t::green())
MCFG_SCREEN_UPDATE_DRIVER(newbrain_state, screen_update)
MCFG_SCREEN_REFRESH_RATE(50)