summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/n64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/n64.c')
-rw-r--r--src/mame/machine/n64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/n64.c b/src/mame/machine/n64.c
index 1925c5702e9..8a25201ce9b 100644
--- a/src/mame/machine/n64.c
+++ b/src/mame/machine/n64.c
@@ -564,7 +564,7 @@ WRITE32_HANDLER( n64_dp_reg_w )
}
-rsp_config n64_rsp_config =
+const rsp_config n64_rsp_config =
{
n64_dp_reg_r,
n64_dp_reg_w,