re-add define for pad bits hw address, which was accidently removed in some refactor commit
This commit is contained in:
parent
e5a1755133
commit
83cc115112
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@
|
|||
/* No support for dynamically loadable drivers */
|
||||
#define DYN_DRV 0
|
||||
|
||||
#define JOY_DATA 0x4400 /* hw register to read the pad bits from */
|
||||
|
||||
/* Masks for joy_read */
|
||||
#define JOY_UP_MASK 0x01
|
||||
#define JOY_DOWN_MASK 0x02
|
||||
|
|
Loading…
Add table
Reference in a new issue