summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/s2650/s2650.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/s2650/s2650.c')
-rw-r--r--src/emu/cpu/s2650/s2650.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/s2650/s2650.c b/src/emu/cpu/s2650/s2650.c
index ef819bb397f..7dd5d4f40ef 100644
--- a/src/emu/cpu/s2650/s2650.c
+++ b/src/emu/cpu/s2650/s2650.c
@@ -28,7 +28,7 @@
/* define this to expand all EA calculations inline */
#define INLINE_EA 1
-int s2650_ICount = 0;
+static int s2650_ICount = 0;
typedef struct {
UINT16 ppc; /* previous program counter (page + iar) */