mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
added 4510 cpu detection to getcpu.s
This commit is contained in:
@@ -50,6 +50,7 @@ typedef unsigned size_t;
|
||||
#define CPU_6502 0
|
||||
#define CPU_65C02 1
|
||||
#define CPU_65816 2
|
||||
#define CPU_4510 3
|
||||
|
||||
unsigned char getcpu (void);
|
||||
/* Detect the CPU the program is running on */
|
||||
|
||||
Reference in New Issue
Block a user