diff options
Diffstat (limited to 'src/mame/drivers/gamate.cpp')
-rw-r--r-- | src/mame/drivers/gamate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gamate.cpp b/src/mame/drivers/gamate.cpp index 25248474736..b94b5160c3d 100644 --- a/src/mame/drivers/gamate.cpp +++ b/src/mame/drivers/gamate.cpp @@ -180,7 +180,7 @@ MACHINE_CONFIG_START(gamate_state::gamate) MCFG_DEVICE_ADD("maincpu", M6502, 4433000/2) // NCR 65CX02 MCFG_DEVICE_PROGRAM_MAP(gamate_mem) - MCFG_GAMATE_VIDEO_ADD("video") + GAMATE_VIDEO(config, "video", 0); /* sound hardware */ SPEAKER(config, "lspeaker").front_left(); // Stereo headphone output |