summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spacefb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spacefb.c')
-rw-r--r--src/mame/drivers/spacefb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/spacefb.c b/src/mame/drivers/spacefb.c
index 1cdb1cc1559..6dfb2178091 100644
--- a/src/mame/drivers/spacefb.c
+++ b/src/mame/drivers/spacefb.c
@@ -137,7 +137,7 @@ void spacefb_state::device_timer(emu_timer &timer, device_timer_id id, int param
assert_always(FALSE, "Unknown id in spacefb_state::device_timer");
}
}
-
+
TIMER_CALLBACK_MEMBER(spacefb_state::interrupt_callback)
{
int next_vpos;
@@ -172,7 +172,7 @@ void spacefb_state::start_interrupt_timer()
void spacefb_state::machine_start()
{
m_interrupt_timer = timer_alloc(TIMER_INTERRUPT);
-
+
save_item(NAME(m_sound_latch));
}