summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gatron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gatron.c')
-rw-r--r--src/mame/drivers/gatron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gatron.c b/src/mame/drivers/gatron.c
index 12150c1fd45..48509eb8bea 100644
--- a/src/mame/drivers/gatron.c
+++ b/src/mame/drivers/gatron.c
@@ -451,12 +451,12 @@ static MACHINE_CONFIG_START( gat, gatron_state )
MCFG_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
MCFG_SCREEN_SIZE(48*8, 16*16)
MCFG_SCREEN_VISIBLE_AREA(0*8, 48*8-1, 0*8, 16*16-1)
+ MCFG_SCREEN_UPDATE(gat)
MCFG_GFXDECODE(gat)
MCFG_PALETTE_INIT(gat)
MCFG_PALETTE_LENGTH(8)
MCFG_VIDEO_START(gat)
- MCFG_VIDEO_UPDATE(gat)
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")