summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/jedi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/jedi.cpp')
-rw-r--r--src/mame/video/jedi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/jedi.cpp b/src/mame/video/jedi.cpp
index 44d537d4ff3..0597d14cd8c 100644
--- a/src/mame/video/jedi.cpp
+++ b/src/mame/video/jedi.cpp
@@ -348,7 +348,7 @@ uint32_t jedi_state::screen_update_jedi(screen_device &screen, bitmap_rgb32 &bit
*
*************************************/
-MACHINE_CONFIG_FRAGMENT( jedi_video )
+MACHINE_CONFIG_START( jedi_video )
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_REFRESH_RATE(60)
MCFG_SCREEN_SIZE(64*8, 262) /* verify vert size */