Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*****************************************************************************/
|
||||
/* */
|
||||
/* _pbi.h */
|
||||
/* _pbi.h */
|
||||
/* */
|
||||
/* Internal include file, do not use directly */
|
||||
/* Internal include file, do not use directly */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@@ -32,31 +32,31 @@
|
||||
#define __PBI_H
|
||||
|
||||
/* parallel bus interface area */
|
||||
#define PBI ((unsigned char*)0xD100)
|
||||
#define PBI ((unsigned char*)0xD100)
|
||||
|
||||
/* parallel device IRQ status */
|
||||
#define PDVI ((unsigned char*)0xD1FF)
|
||||
#define PDVI ((unsigned char*)0xD1FF)
|
||||
|
||||
/* parallel device select */
|
||||
#define PDVS ((unsigned char*)0xD1FF)
|
||||
#define PDVS ((unsigned char*)0xD1FF)
|
||||
|
||||
/* parallel bus interface RAM area */
|
||||
#define PBIRAM ((unsigned char*)0xD600)
|
||||
#define PBIRAM ((unsigned char*)0xD600)
|
||||
|
||||
/* parallel device ID 1 */
|
||||
#define PDID1 ((unsigned char*)0xD803)
|
||||
#define PDID1 ((unsigned char*)0xD803)
|
||||
|
||||
/* parallel device I/O vector */
|
||||
#define PDIDV ((unsigned char*)0xD805)
|
||||
#define PDIDV ((unsigned char*)0xD805)
|
||||
|
||||
/* parallel device IRQ vector */
|
||||
#define PDIRQV ((unsigned char*)0xD808)
|
||||
#define PDIRQV ((unsigned char*)0xD808)
|
||||
|
||||
/* parallel device ID 2 */
|
||||
#define PDID2 ((unsigned char*)0xD80B)
|
||||
#define PDID2 ((unsigned char*)0xD80B)
|
||||
|
||||
/* parallel device vector table */
|
||||
#define PDVV ((unsigned char*)0xD80D)
|
||||
#define PDVV ((unsigned char*)0xD80D)
|
||||
|
||||
/* End of _pbi.h */
|
||||
#endif /* #ifndef __PBI_H */
|
||||
|
||||
Reference in New Issue
Block a user