summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spacefb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/spacefb.c')
-rw-r--r--src/mame/video/spacefb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/spacefb.c b/src/mame/video/spacefb.c
index 2a6eca758b0..c663655dc32 100644
--- a/src/mame/video/spacefb.c
+++ b/src/mame/video/spacefb.c
@@ -88,7 +88,7 @@ void spacefb_state::video_start()
but most likely, the actual star position is random as the hardware
uses whatever value is on the shift register on power-up */
m_star_shift_reg = 0x18f89;
-
+
save_pointer(NAME(m_object_present_map), width * height);
save_item(NAME(m_port_0));
save_item(NAME(m_port_2));