summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lh5801/5801dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/lh5801/5801dasm.c')
-rw-r--r--src/emu/cpu/lh5801/5801dasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/lh5801/5801dasm.c b/src/emu/cpu/lh5801/5801dasm.c
index d94882c5233..ae6516a3c0b 100644
--- a/src/emu/cpu/lh5801/5801dasm.c
+++ b/src/emu/cpu/lh5801/5801dasm.c
@@ -54,7 +54,7 @@ typedef enum {
P, S
} Regs;
-static const char *RegNames[]= {
+static const char *const RegNames[]= {
0, "A", "XL", "XH", "X", "YL", "YH", "Y", "UL", "UH", "U", "P", "S"
};
@@ -92,7 +92,7 @@ typedef enum {
RPV, SPV,// flip flop pv off
} Ins;
-static const char *InsNames[]={
+static const char *const InsNames[]={
"ILL", "ILL", 0, "NOP",
"LDA", "STA", "LDI", "LDX", "STX",
"LDE", "SDE", "LIN", "SIN",