Added proper 65sc02, 65ce02 and 4510 detection.

This commit is contained in:
Marco van den Heuvel
2018-02-26 19:19:13 -08:00
parent 33f602f9ad
commit e3779978b2
2 changed files with 30 additions and 6 deletions

View File

@@ -51,6 +51,8 @@ typedef unsigned size_t;
#define CPU_65C02 1
#define CPU_65816 2
#define CPU_4510 3
#define CPU_65SC02 4
#define CPU_65CE02 5
unsigned char getcpu (void);
/* Detect the CPU the program is running on */