summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ssv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ssv.c')
-rw-r--r--src/mame/video/ssv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ssv.c b/src/mame/video/ssv.c
index ab7b33888d9..6b48449c7af 100644
--- a/src/mame/video/ssv.c
+++ b/src/mame/video/ssv.c
@@ -194,7 +194,7 @@ void ssv_state::drawgfx(bitmap_ind16 &bitmap, const rectangle &cliprect, gfx_ele
void ssv_state::video_start()
{
m_gfxdecode->gfx(0)->set_granularity(64); /* 256 colour sprites with palette selectable on 64 colour boundaries */
-
+
save_item(NAME(m_enable_video));
save_item(NAME(m_shadow_pen_mask));
save_item(NAME(m_shadow_pen_shift));
@@ -208,7 +208,7 @@ VIDEO_START_MEMBER(ssv_state,eaglshot)
m_gfxdecode->gfx(0)->set_source((UINT8 *)m_eaglshot_gfxram);
m_gfxdecode->gfx(1)->set_source((UINT8 *)m_eaglshot_gfxram);
-
+
save_pointer(NAME(m_eaglshot_gfxram), 16 * 0x40000 / 2);
}