diff options
author | 2007-12-17 16:39:40 +0000 | |
---|---|---|
committer | 2007-12-17 16:39:40 +0000 | |
commit | df34329a478833efbd542a424ce1813a11214d4a (patch) | |
tree | 97960620a0153b267478c8f9ae93e55582ecaefa /src/emu/cpu/alph8201 | |
parent | c82a966b3b72d79ac3ce394980d6b5806e752160 (diff) |
Changes for MAME 0.121u3.mame0121u3
Diffstat (limited to 'src/emu/cpu/alph8201')
-rw-r--r-- | src/emu/cpu/alph8201/8201dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/alph8201/8201dasm.c b/src/emu/cpu/alph8201/8201dasm.c index 4555beac533..956e0f291af 100644 --- a/src/emu/cpu/alph8201/8201dasm.c +++ b/src/emu/cpu/alph8201/8201dasm.c @@ -15,7 +15,7 @@ typedef unsigned char byte; #define FMT(a,b) a, b #define PTRS_PER_FORMAT 2 -static const char *Formats[] = { +static const char *const Formats[] = { FMT("0000_0000", "NOP"), // 00 FMT("0000_0001", "RRCA"), // 01 FMT("0000_0010", "RLCA"), // 02 |