From 2993e850bbe44f8e7992877bd1e5a767f762b1ac Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 20 Sep 2018 11:42:37 +1000 Subject: (nw) fix lots of inadverently mutable static pointers --- src/lib/formats/cbm_crt.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/formats/cbm_crt.cpp') diff --git a/src/lib/formats/cbm_crt.cpp b/src/lib/formats/cbm_crt.cpp index 0da119c006f..05bd56d5c38 100644 --- a/src/lib/formats/cbm_crt.cpp +++ b/src/lib/formats/cbm_crt.cpp @@ -40,9 +40,10 @@ *********************************************************************/ #include "emu.h" // fatalerror -#include "corefile.h" #include "cbm_crt.h" +#include "corefile.h" + //************************************************************************** // MACROS/CONSTANTS @@ -52,7 +53,7 @@ // slot names for the C64 cartridge types -static const char * CRT_C64_SLOT_NAMES[_CRT_C64_COUNT] = +static char const *const CRT_C64_SLOT_NAMES[_CRT_C64_COUNT] = { "standard", // 0 - Normal cartridge UNSUPPORTED, // 1 - Action Replay -- cgit v1.2.3-70-g09d2