1
0
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:
Sven Oliver Moll
2016-09-07 19:44:11 +02:00
parent 7a9a7c3188
commit c0d2643952
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -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 */