Begin to implement C1P conio features.

This commit is contained in:
Stephan Mühlstrasser
2014-11-09 00:58:32 +01:00
parent 5d7a24241c
commit 4c46287928
3 changed files with 54 additions and 0 deletions

View File

@@ -77,6 +77,8 @@
# include <lynx.h>
#elif defined(__NES__)
# include <nes.h>
#elif defined(__OSIC1P__)
# include <c1p.h>
#endif