summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x76f041.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2007-12-17 16:37:57 +0000
committer Aaron Giles <aaron@aarongiles.com>2007-12-17 16:37:57 +0000
commitc82a966b3b72d79ac3ce394980d6b5806e752160 (patch)
treef46dd63acdd83498db10a0563bb4e874df26d903 /src/emu/machine/x76f041.c
parent8a8ccc594989d85f2277c48d3c158f7cee41d06b (diff)
Changes for MAME 0.121u2.mame0121u2
Diffstat (limited to 'src/emu/machine/x76f041.c')
-rw-r--r--src/emu/machine/x76f041.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/x76f041.c b/src/emu/machine/x76f041.c
index e277e06f676..62c3921f03e 100644
--- a/src/emu/machine/x76f041.c
+++ b/src/emu/machine/x76f041.c
@@ -78,7 +78,7 @@ struct x76f041_chip
#define BCR_Z ( 2 )
#define BCR_T ( 1 )
-struct x76f041_chip x76f041[ X76F041_MAXCHIP ];
+static struct x76f041_chip x76f041[ X76F041_MAXCHIP ];
#define COMMAND_WRITE ( 0x00 )
#define COMMAND_READ ( 0x20 )