mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +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:
@@ -90,16 +90,6 @@
|
|||||||
/* No support for dynamically loadable drivers */
|
/* No support for dynamically loadable drivers */
|
||||||
#define DYN_DRV 0
|
#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 */
|
/* Define hardware */
|
||||||
|
|
||||||
/* Picture Processing Unit */
|
/* Picture Processing Unit */
|
||||||
|
Reference in New Issue
Block a user