summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-18 02:11:59 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-18 02:11:59 +0000
commitd23474f057e84f0414cdcc665a1b00727ce5b0a6 (patch)
tree8c2398bd720e3aca3914de6447f87eb9a3b3b002
parent158ce1e86be5396375582dfa019798a920b172ca (diff)
Forgot the important file... no whatsnew on this second one
-rw-r--r--src/mame/video/mappy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/mappy.c b/src/mame/video/mappy.c
index 50afcef9509..67707d10e7f 100644
--- a/src/mame/video/mappy.c
+++ b/src/mame/video/mappy.c
@@ -341,6 +341,8 @@ VIDEO_START( phozon )
spriteram = mappy_spriteram + 0x780;
spriteram_2 = spriteram + 0x800;
spriteram_3 = spriteram_2 + 0x800;
+
+ state_save_register_global(machine, mappy_scroll);
}
VIDEO_START( mappy )