summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/n8080.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/n8080.c')
-rw-r--r--src/mame/audio/n8080.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/audio/n8080.c b/src/mame/audio/n8080.c
index aa402816502..865dc8e1f78 100644
--- a/src/mame/audio/n8080.c
+++ b/src/mame/audio/n8080.c
@@ -457,7 +457,6 @@ TIMER_DEVICE_CALLBACK_MEMBER(n8080_state::helifire_dac_volume_timer)
MACHINE_START_MEMBER(n8080_state,spacefev_sound)
{
-
m_sound_timer[0] = machine().scheduler().timer_alloc(FUNC(stop_mono_flop_callback));
m_sound_timer[1] = machine().scheduler().timer_alloc(FUNC(stop_mono_flop_callback));
m_sound_timer[2] = machine().scheduler().timer_alloc(FUNC(stop_mono_flop_callback));
@@ -487,7 +486,6 @@ MACHINE_RESET_MEMBER(n8080_state,spacefev_sound)
MACHINE_START_MEMBER(n8080_state,sheriff_sound)
{
-
m_sound_timer[0] = machine().scheduler().timer_alloc(FUNC(stop_mono_flop_callback));
m_sound_timer[1] = machine().scheduler().timer_alloc(FUNC(stop_mono_flop_callback));
@@ -515,7 +513,6 @@ MACHINE_RESET_MEMBER(n8080_state,sheriff_sound)
MACHINE_START_MEMBER(n8080_state,helifire_sound)
{
-
save_item(NAME(m_prev_snd_data));
save_item(NAME(m_prev_sound_pins));
save_item(NAME(m_curr_sound_pins));