summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_reg8.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/mc68681_reg8.c')
-rw-r--r--c/src/libchip/serial/mc68681_reg8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libchip/serial/mc68681_reg8.c b/c/src/libchip/serial/mc68681_reg8.c
index 98753236b6..b83ccd2b46 100644
--- a/c/src/libchip/serial/mc68681_reg8.c
+++ b/c/src/libchip/serial/mc68681_reg8.c
@@ -3,7 +3,7 @@
* used with the mc68681 chip if accesses to the chip are as follows:
*
* + registers are accessed as bytes
- * + registers are on 32-bit boundaries
+ * + registers are on 64-bit boundaries
*
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
@@ -18,6 +18,7 @@
#define _MC68681_MULTIPLIER 8
#define _MC68681_NAME(_X) _X##_8
+#define _MC68681_TYPE unsigned8
#include "mc68681_reg.c"