summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaxxon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zaxxon.c')
-rw-r--r--src/mame/drivers/zaxxon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/zaxxon.c b/src/mame/drivers/zaxxon.c
index 70226e09646..82b152111fb 100644
--- a/src/mame/drivers/zaxxon.c
+++ b/src/mame/drivers/zaxxon.c
@@ -1011,7 +1011,7 @@ static MACHINE_CONFIG_DERIVED( congo, root )
MCFG_PALETTE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(512)
MCFG_PALETTE_INIT_OWNER(zaxxon_state, zaxxon)
-
+
MCFG_VIDEO_START_OVERRIDE(zaxxon_state,congo)
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(zaxxon_state, screen_update_congo)