mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
nes: remove semiredundant KEY_ defines
There are already JOY_ defines for most of these, and this should be expanded upon instead.
This commit is contained in:
parent
6002e59c28
commit
2d9922a46e
@ -90,16 +90,6 @@
|
||||
/* No support for dynamically loadable drivers */
|
||||
#define DYN_DRV 0
|
||||
|
||||
/* The joystick keys - all keys are supported */
|
||||
#define KEY_A 0x01
|
||||
#define KEY_B 0x02
|
||||
#define KEY_SELECT 0x04
|
||||
#define KEY_START 0x08
|
||||
#define KEY_UP 0x10
|
||||
#define KEY_DOWN 0x20
|
||||
#define KEY_LEFT 0x40
|
||||
#define KEY_RIGHT 0x80
|
||||
|
||||
/* Define hardware */
|
||||
|
||||
/* Picture Processing Unit */
|
||||
|
Loading…
x
Reference in New Issue
Block a user