summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bnstars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bnstars.cpp')
-rw-r--r--src/mame/drivers/bnstars.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/bnstars.cpp b/src/mame/drivers/bnstars.cpp
index b1cd84f8861..9b8a082eedf 100644
--- a/src/mame/drivers/bnstars.cpp
+++ b/src/mame/drivers/bnstars.cpp
@@ -704,6 +704,9 @@ void ms32_bnstars_state::bnstars(machine_config &config)
m_sysctrl->prg_timer_cb().set(FUNC(ms32_bnstars_state::timer_irq_w));
m_sysctrl->sound_ack_cb().set(FUNC(ms32_bnstars_state::sound_ack_w));
m_sysctrl->sound_reset_cb().set(FUNC(ms32_bnstars_state::sound_reset_line_w));
+// TODO: runs better with this on but eventually game crashes during match presentation
+// (may be due of the field irq positioning)
+// m_sysctrl->set_invert_vblank_lines(true);
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();