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/mips/dismips.c | |
parent | c82a966b3b72d79ac3ce394980d6b5806e752160 (diff) |
Changes for MAME 0.121u3.mame0121u3
Diffstat (limited to 'src/emu/cpu/mips/dismips.c')
-rw-r--r-- | src/emu/cpu/mips/dismips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/mips/dismips.c b/src/emu/cpu/mips/dismips.c index 10ce5b89963..1a7a22df27d 100644 --- a/src/emu/cpu/mips/dismips.c +++ b/src/emu/cpu/mips/dismips.c @@ -42,9 +42,9 @@ static struct static UINT8 *filebuf; static UINT32 offset; -static UINT8 order[] = { 0, 1, 2, 3 }; +static const UINT8 order[] = { 0, 1, 2, 3 }; -static char *Options[]= +static const char *const Options[]= { "begin", "end", "offset", "order", "format", "cpu", 0 }; |