Fix issue with Colecovision buttons as it breaks the assumption made by the code.

This commit is contained in:
gameblabla 2019-05-17 14:40:49 +02:00
parent 7164b74b8d
commit ea48260831
No known key found for this signature in database
GPG Key ID: B24EFBB23B5F76CB

View File

@ -23,15 +23,15 @@
/* Colecovision specific */
#define CONFIG_BUTTON_DOLLARS 7
#define CONFIG_BUTTON_ASTERISK 8
#define CONFIG_BUTTON_ONE 10
#define CONFIG_BUTTON_TWO 11
#define CONFIG_BUTTON_THREE 12
#define CONFIG_BUTTON_FOUR 13
#define CONFIG_BUTTON_FIVE 14
#define CONFIG_BUTTON_SIX 15
#define CONFIG_BUTTON_SEVEN 16
#define CONFIG_BUTTON_EIGHT 17
#define CONFIG_BUTTON_NINE 18
#define CONFIG_BUTTON_ONE 9
#define CONFIG_BUTTON_TWO 10
#define CONFIG_BUTTON_THREE 11
#define CONFIG_BUTTON_FOUR 12
#define CONFIG_BUTTON_FIVE 13
#define CONFIG_BUTTON_SIX 14
#define CONFIG_BUTTON_SEVEN 15
#define CONFIG_BUTTON_EIGHT 16
#define CONFIG_BUTTON_NINE 17
typedef struct {
char gamename[256];