summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/starfire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starfire.cpp')
-rw-r--r--src/mame/drivers/starfire.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/starfire.cpp b/src/mame/drivers/starfire.cpp
index 085b1130fea..1953fd70081 100644
--- a/src/mame/drivers/starfire.cpp
+++ b/src/mame/drivers/starfire.cpp
@@ -113,7 +113,6 @@ void starfire_state::sound_w(offs_t offset, uint8_t data)
m_sound_lock->write(BIT(data, 5));
m_sound_scanner->write(BIT(data, 6));
m_sound_overheat->write(BIT(data, 7));
- synchronize();
}
void fireone_state::sound_w(offs_t offset, uint8_t data)