re-add define for pad bits hw address, which was accidently removed in some refactor commit
This commit is contained in:
@@ -170,6 +170,8 @@
|
|||||||
/* No support for dynamically loadable drivers */
|
/* No support for dynamically loadable drivers */
|
||||||
#define DYN_DRV 0
|
#define DYN_DRV 0
|
||||||
|
|
||||||
|
#define JOY_DATA 0x4400 /* hw register to read the pad bits from */
|
||||||
|
|
||||||
/* Masks for joy_read */
|
/* Masks for joy_read */
|
||||||
#define JOY_UP_MASK 0x01
|
#define JOY_UP_MASK 0x01
|
||||||
#define JOY_DOWN_MASK 0x02
|
#define JOY_DOWN_MASK 0x02
|
||||||
|
|||||||
Reference in New Issue
Block a user