summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tbowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tbowl.c')
-rw-r--r--src/mame/drivers/tbowl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tbowl.c b/src/mame/drivers/tbowl.c
index 6f642fdd28a..1a6aefe439d 100644
--- a/src/mame/drivers/tbowl.c
+++ b/src/mame/drivers/tbowl.c
@@ -418,7 +418,7 @@ void tbowl_state::machine_start()
{
membank("mainbank")->configure_entries(0, 32, memregion("maincpu")->base() + 0x10000, 0x800);
membank("subbank")->configure_entries(0, 32, memregion("sub")->base() + 0x10000, 0x800);
-
+
save_item(NAME(m_adpcm_pos));
save_item(NAME(m_adpcm_end));
save_item(NAME(m_adpcm_data));