summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8_timer16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8_timer16.c')
-rw-r--r--src/emu/cpu/h8/h8_timer16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8_timer16.c b/src/emu/cpu/h8/h8_timer16.c
index d8fa8f89679..56f6089b3f4 100644
--- a/src/emu/cpu/h8/h8_timer16.c
+++ b/src/emu/cpu/h8/h8_timer16.c
@@ -347,7 +347,7 @@ void h8_timer16_device::device_start()
sprintf(tm, "%d", i);
timer_channel[i] = subdevice<h8_timer16_channel_device>(tm);
}
-
+
save_item(NAME(tstr));
}