1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

conio.h: include 'creativision.h' when compiling for this target.

This commit is contained in:
Christian Groessler 2017-09-12 21:57:16 +02:00
parent 5802b0963f
commit 7623d4ea83

View File

@ -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__)