summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sega/gpworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sega/gpworld.cpp')
-rw-r--r--src/mame/sega/gpworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/gpworld.cpp b/src/mame/sega/gpworld.cpp
index 50de06cfef8..bf0bf938a3f 100644
--- a/src/mame/sega/gpworld.cpp
+++ b/src/mame/sega/gpworld.cpp
@@ -491,7 +491,7 @@ void gpworld_state::gpworld(machine_config &config)
m_maincpu->set_vblank_int("screen", FUNC(gpworld_state::vblank_callback));
- PIONEER_LDV1000(config, m_laserdisc, 0);
+ PIONEER_LDV1000(config, m_laserdisc);
m_laserdisc->set_overlay(512, 256, FUNC(gpworld_state::screen_update));
m_laserdisc->add_route(0, "lspeaker", 1.0);
m_laserdisc->add_route(1, "rspeaker", 1.0);