initial target header files for c65 and mega65

This commit is contained in:
mrdudz
2025-06-24 19:55:28 +02:00
parent 7be14a951c
commit 681b49a111
3 changed files with 208 additions and 0 deletions

View File

@@ -67,6 +67,10 @@
# include <pet.h>
#elif defined(__CX16__) && !defined(_CX16_H)
# include <cx16.h>
#elif defined(__C65__) && !defined(_C65_H)
# include <c65.h>
#elif defined(__MEGA65__) && !defined(_MEGA65_H)
# include <mega65.h>
#endif
/* Include definitions for CBM file types */