summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suprnova.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suprnova.c')
-rw-r--r--src/mame/video/suprnova.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suprnova.c b/src/mame/video/suprnova.c
index c854ee32e6f..6f05978bc10 100644
--- a/src/mame/video/suprnova.c
+++ b/src/mame/video/suprnova.c
@@ -380,7 +380,7 @@ static void blit_fxy_z(mame_bitmap *bitmap, const rectangle *cliprect, const UIN
}
}
-static void (*blit_z[4])(mame_bitmap *bitmap, const rectangle *cliprect, const UINT8 *src, int x, int y, int sx, int sy, UINT16 zx, UINT16 zy, int colour) = {
+static void (*const blit_z[4])(mame_bitmap *bitmap, const rectangle *cliprect, const UINT8 *src, int x, int y, int sx, int sy, UINT16 zx, UINT16 zy, int colour) = {
blit_nf_z,
blit_fy_z,
blit_fx_z,