summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tia.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tia.c')
-rw-r--r--src/mame/video/tia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c
index 70f246ea999..bf523eda781 100644
--- a/src/mame/video/tia.c
+++ b/src/mame/video/tia.c
@@ -430,7 +430,7 @@ void tia_video_device::device_start()
helper[0] = auto_bitmap_ind16_alloc(machine(), cx, TIA_MAX_SCREEN_HEIGHT);
helper[1] = auto_bitmap_ind16_alloc(machine(), cx, TIA_MAX_SCREEN_HEIGHT);
helper[2] = auto_bitmap_ind16_alloc(machine(), cx, TIA_MAX_SCREEN_HEIGHT);
-
+
register_save_state();
}