Added 2a03/2a07 and HuC6280 detection.

This commit is contained in:
Marco van den Heuvel
2018-03-01 14:57:42 -08:00
parent c7764cfe50
commit 5a9d908007
3 changed files with 40 additions and 14 deletions

View File

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