summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitosj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitosj.c')
-rw-r--r--src/mame/drivers/taitosj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taitosj.c b/src/mame/drivers/taitosj.c
index fb2b4d3d6ed..ac228b2b066 100644
--- a/src/mame/drivers/taitosj.c
+++ b/src/mame/drivers/taitosj.c
@@ -2749,7 +2749,7 @@ void taitosj_state::init_common()
save_item(NAME(m_kikstart_gears));
save_item(NAME(m_dac_out));
save_item(NAME(m_dac_vol));
-
+
machine().add_notifier(MACHINE_NOTIFY_RESET, machine_notify_delegate(FUNC(taitosj_state::reset_common), this));
}