summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suna16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suna16.c')
-rw-r--r--src/mame/video/suna16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suna16.c b/src/mame/video/suna16.c
index e58ce304103..777cfff419c 100644
--- a/src/mame/video/suna16.c
+++ b/src/mame/video/suna16.c
@@ -92,7 +92,7 @@ WRITE16_MEMBER(suna16_state::bestbest_flipscreen_w)
void suna16_state::video_start()
{
m_paletteram = auto_alloc_array(machine(), UINT16, m_palette->entries());
-
+
save_item(NAME(m_color_bank));
}