summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/holeland.cpp')
-rw-r--r--src/mame/video/holeland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/holeland.cpp b/src/mame/video/holeland.cpp
index a98fd610506..e0df030eedf 100644
--- a/src/mame/video/holeland.cpp
+++ b/src/mame/video/holeland.cpp
@@ -61,7 +61,7 @@ VIDEO_START_MEMBER(holeland_state,holeland)
m_bg_tilemap->set_transmask(0, 0xff, 0x00); /* split type 0 is totally transparent in front half */
m_bg_tilemap->set_transmask(1, 0x01, 0xfe); /* split type 1 has pen 0? transparent in front half */
-
+
save_item(NAME(m_po));
save_item(NAME(m_palette_offset));
}