Fixed typos.

This commit is contained in:
Joel Sherrill
1998-07-15 23:57:41 +00:00
parent 670d0378e7
commit 849dc10756
8 changed files with 14 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ unsigned8 _MC68681_NAME(mc68681_get_register)(
unsigned8 ucRegNum
)
{
_Z85C30_TYPE *port;
_MC68681_TYPE *port;
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
@@ -53,7 +53,7 @@ void _MC68681_NAME(mc68681_set_register)(
unsigned8 ucData
)
{
_Z85C30_TYPE *port;
_MC68681_TYPE *port;
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );

View File

@@ -18,6 +18,7 @@
#define _MC68681_MULTIPLIER 2
#define _MC68681_NAME(_X) _X##_2
#define _MC68681_TYPE unsigned8
#include "mc68681_reg.c"

View File

@@ -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"

View File

@@ -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"

View File

@@ -36,7 +36,7 @@ unsigned8 _MC68681_NAME(mc68681_get_register)(
unsigned8 ucRegNum
)
{
_Z85C30_TYPE *port;
_MC68681_TYPE *port;
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
@@ -53,7 +53,7 @@ void _MC68681_NAME(mc68681_set_register)(
unsigned8 ucData
)
{
_Z85C30_TYPE *port;
_MC68681_TYPE *port;
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );

View File

@@ -18,6 +18,7 @@
#define _MC68681_MULTIPLIER 2
#define _MC68681_NAME(_X) _X##_2
#define _MC68681_TYPE unsigned8
#include "mc68681_reg.c"

View File

@@ -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"

View File

@@ -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"