From: Pascal de Bruijn Date: Wed, 19 Jul 2017 16:02:13 +0000 (+0200) Subject: nes: remove semiredundant KEY_ defines X-Git-Tag: V2.17~115^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d9922a46e6112ed901dc675d37a6bfc4f928c4d;p=cc65 nes: remove semiredundant KEY_ defines There are already JOY_ defines for most of these, and this should be expanded upon instead. --- diff --git a/include/nes.h b/include/nes.h index 95e2fe93b..2687e2626 100644 --- a/include/nes.h +++ b/include/nes.h @@ -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 */