summaryrefslogtreecommitdiffstats
path: root/src/mame/video/galpanic.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/mame/video/galpanic.cpp
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/mame/video/galpanic.cpp')
-rw-r--r--src/mame/video/galpanic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/galpanic.cpp b/src/mame/video/galpanic.cpp
index cf33cb88bdd..94e23bfe38f 100644
--- a/src/mame/video/galpanic.cpp
+++ b/src/mame/video/galpanic.cpp
@@ -8,7 +8,7 @@
void galpanic_state::video_start()
{
m_screen->register_screen_bitmap(m_bitmap);
-
+
save_item(NAME(m_bitmap));
}