summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model3.c')
-rw-r--r--src/mame/machine/model3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/model3.c b/src/mame/machine/model3.c
index 6575f3d7a4f..58e1dde4d6a 100644
--- a/src/mame/machine/model3.c
+++ b/src/mame/machine/model3.c
@@ -22,7 +22,7 @@ static int m3_step;
#define NEXT(new_state) fsm[state][new_state]
static INT32 state; // current state
-static INT32 fsm[][2] = {
+static const INT32 fsm[][2] = {
{ 1, 0 }, // 0 Test-Logic/Reset
{ 1, 2 }, // 1 Run-Test/Idle
{ 3, 9 }, // 2 Select-DR-Scan