aboutsummaryrefslogtreecommitdiff
path: root/source/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/globals.cpp')
-rw-r--r--source/globals.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/globals.cpp b/source/globals.cpp
index 0103f7e..f00a621 100644
--- a/source/globals.cpp
+++ b/source/globals.cpp
@@ -157,7 +157,9 @@ uint32 Work32 = 0;
signed char Int8 = 0;
short Int16 = 0;
long Int32 = 0;
-unsigned char OpenBus = 0;
+#ifndef NO_OPEN_BUS
+uint8 OpenBus = 0;
+#endif
END_EXTERN_C