Defines for N64-only and GC-only modes

This commit is contained in:
Raphael Assenat 2016-08-22 23:18:05 -04:00
parent b6386b8948
commit 7d8e8af290
1 changed files with 4 additions and 0 deletions

View File

@ -14,7 +14,11 @@
/* Configuration parameters and constants */ /* Configuration parameters and constants */
#define CFG_PARAM_MODE 0x00 #define CFG_PARAM_MODE 0x00
/* Values for mode */
#define CFG_MODE_STANDARD 0x00 #define CFG_MODE_STANDARD 0x00
#define CFG_MODE_N64_ONLY 0x01
#define CFG_MODE_GC_ONLY 0x02
#define CFG_PARAM_SERIAL 0x01 #define CFG_PARAM_SERIAL 0x01