add support for detecting 45GS02

This commit is contained in:
Paul Gardner-Stephen
2018-12-27 10:50:25 +10:30
committed by greg-king5
parent 80a43d732d
commit 19ca1f6b48
2 changed files with 84 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ typedef unsigned size_t;
#define CPU_65CE02 5
#define CPU_HUC6280 6
#define CPU_2A0x 7
#define CPU_45GS02 8
unsigned char getcpu (void);
/* Detect the CPU the program is running on */