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

add Agat to samples

This commit is contained in:
Konstantin
2025-06-13 12:51:41 +03:00
parent c28bafa581
commit 8202b520b2
4 changed files with 18 additions and 4 deletions
+2
View File
@@ -37,6 +37,8 @@
# include <apple2enh.h>
#elif defined(__APPLE2__)
# include <apple2.h>
#elif defined(__AGAT__)
# include <agat.h>
#elif defined(__ATARI__)
# include <atari.h>
#elif defined(__ATARI2600__)