summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.c')
-rw-r--r--src/mame/video/n64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/n64.c b/src/mame/video/n64.c
index 31e54dbc5e5..914834d1659 100644
--- a/src/mame/video/n64.c
+++ b/src/mame/video/n64.c
@@ -2448,8 +2448,8 @@ INLINE UINT32 READ_RDP_DATA(UINT32 address)
}
#if LOG_RDP_EXECUTION
-static const char *image_format[] = { "RGBA", "YUV", "CI", "IA", "I", "???", "???", "???" };
-static const char *image_size[] = { "4-bit", "8-bit", "16-bit", "32-bit" };
+static const char *const image_format[] = { "RGBA", "YUV", "CI", "IA", "I", "???", "???", "???" };
+static const char *const image_size[] = { "4-bit", "8-bit", "16-bit", "32-bit" };
#endif
static const int rdp_command_length[64] =
@@ -3392,7 +3392,7 @@ static void rdp_set_color_image(UINT32 w1, UINT32 w2)
/*****************************************************************************/
-static void (* rdp_command_table[64])(UINT32 w1, UINT32 w2) =
+static void (*const rdp_command_table[64])(UINT32 w1, UINT32 w2) =
{
/* 0x00 */
rdp_noop, rdp_invalid, rdp_invalid, rdp_invalid,