1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 02:17:07 +00:00

Add target atari7800

This commit is contained in:
Karri Kaksonen
2022-03-01 06:44:55 +02:00
committed by mrdudz
parent 89716ac831
commit e653204ffe
11 changed files with 24 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@
# include <atari2600.h>
#elif defined(__ATARI5200__)
# include <atari5200.h>
#elif defined(__ATARI7800__)
# include <atari7800.h>
#elif defined(__ATMOS__)
# include <atmos.h>
#elif defined(__CBM__)