summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/apexc/apexc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/apexc/apexc.c')
-rw-r--r--src/emu/cpu/apexc/apexc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/apexc/apexc.c b/src/emu/cpu/apexc/apexc.c
index ba683a7c2f1..4808cae2299 100644
--- a/src/emu/cpu/apexc/apexc.c
+++ b/src/emu/cpu/apexc/apexc.c
@@ -343,7 +343,7 @@ typedef struct
static apexc_regs apexc;
-int apexc_ICount;
+static int apexc_ICount;
/* decrement ICount by n */
#define DELAY(n) {apexc_ICount -= (n); apexc.current_word = (apexc.current_word + (n)) & 0x1f;}