summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taotaido.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taotaido.c')
-rw-r--r--src/mame/drivers/taotaido.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taotaido.c b/src/mame/drivers/taotaido.c
index b011913e1ce..242f16cf8fa 100644
--- a/src/mame/drivers/taotaido.c
+++ b/src/mame/drivers/taotaido.c
@@ -76,7 +76,7 @@ zooming might be wrong
void taotaido_state::machine_start()
{
membank("soundbank")->configure_entries(0, 4, memregion("audiocpu")->base(), 0x8000);
-
+
save_item(NAME(m_pending_command));
}