summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/mc68681_reg4.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/mc68681_reg4.c')
-rw-r--r--c/src/libchip/serial/mc68681_reg4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libchip/serial/mc68681_reg4.c b/c/src/libchip/serial/mc68681_reg4.c
index fb85bf4aa0..075a9b2564 100644
--- a/c/src/libchip/serial/mc68681_reg4.c
+++ b/c/src/libchip/serial/mc68681_reg4.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 64-bit boundaries
+ * + registers are on 32-bit boundaries
*
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).
@@ -18,6 +18,7 @@
#define _MC68681_MULTIPLIER 4
#define _MC68681_NAME(_X) _X##_4
+#define _MC68681_TYPE unsigned8
#include "mc68681_reg.c"