summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/epic12.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/epic12.cpp')
-rw-r--r--src/devices/video/epic12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/epic12.cpp b/src/devices/video/epic12.cpp
index 5f399292c49..4417172c744 100644
--- a/src/devices/video/epic12.cpp
+++ b/src/devices/video/epic12.cpp
@@ -49,7 +49,7 @@ void epic12_device::device_start()
m_blitter_delay_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(epic12_device::blitter_delay_callback),this));
m_blitter_delay_timer->adjust(attotime::never);
-
+
save_item(NAME(m_gfx_addr));
save_item(NAME(m_gfx_scroll_0_x));
save_item(NAME(m_gfx_scroll_0_y));