summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x76f041.c
diff options
context:
space:
mode:
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 )