From df34329a478833efbd542a424ce1813a11214d4a Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 17 Dec 2007 16:39:40 +0000 Subject: Changes for MAME 0.121u3. --- src/emu/cpu/mips/dismips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/mips/dismips.c') 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 }; -- cgit v1.2.3-70-g09d2