summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxia.cpp')
-rw-r--r--src/mame/drivers/galaxia.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxia.cpp b/src/mame/drivers/galaxia.cpp
index b5a5fc87760..3adc36a6285 100644
--- a/src/mame/drivers/galaxia.cpp
+++ b/src/mame/drivers/galaxia.cpp
@@ -325,8 +325,6 @@ void galaxia_state::galaxia(machine_config &config)
GFXDECODE(config, m_gfxdecode, m_palette, gfx_galaxia);
PALETTE(config, m_palette, FUNC(galaxia_state::galaxia_palette), 0x18+2);
- MCFG_VIDEO_START_OVERRIDE(galaxia_state,galaxia)
-
S2636(config, m_s2636[0], 0);
m_s2636[0]->set_offsets(-13, -26);
m_s2636[0]->add_route(ALL_OUTPUTS, "mono", 0.25);