re-add define for pad bits hw address, which was accidently removed in some refactor commit

This commit is contained in:
mrdudz 2020-08-26 15:51:20 +02:00
parent e5a1755133
commit 83cc115112
1 changed files with 2 additions and 0 deletions

View File

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