mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
conio.h: include 'creativision.h' when compiling for this target.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
# include <atmos.h>
|
||||
#elif defined(__CBM__)
|
||||
# include <cbm.h>
|
||||
#elif defined(__CREATIVISION__)
|
||||
# include <creativision.h>
|
||||
#elif defined(__GAMATE__)
|
||||
# include <gamate.h>
|
||||
#elif defined(__GEOS__)
|
||||
|
Reference in New Issue
Block a user