fixed joypad bits

This commit is contained in:
mrdudz
2015-07-16 20:15:05 +02:00
parent 3119be2a1e
commit e77060458a
4 changed files with 11 additions and 11 deletions

View File

@@ -80,8 +80,8 @@
extern void pce_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
#define JOY_FIRE_B 5
#define JOY_START 6
#define JOY_SELECT 7
#define JOY_SELECT 6
#define JOY_RUN 7
void waitvblank (void);
/* Wait for the vertical blanking */