summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_x.c')
-rw-r--r--src/mame/drivers/taito_x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/taito_x.c b/src/mame/drivers/taito_x.c
index 2bacca00338..f76a34faabd 100644
--- a/src/mame/drivers/taito_x.c
+++ b/src/mame/drivers/taito_x.c
@@ -421,7 +421,6 @@ static void reset_sound_region(running_machine &machine)
WRITE8_MEMBER(taitox_state::sound_bankswitch_w)
{
-
m_banknum = (data - 1) & 3;
reset_sound_region(machine());
}
@@ -805,7 +804,6 @@ static const ym2610_interface ym2610_config =
MACHINE_START_MEMBER(taitox_state,taitox)
{
-
m_banknum = -1;
save_item(NAME(m_banknum));
machine().save().register_postload(save_prepost_delegate(FUNC(reset_sound_region), &machine()));