1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-08 03:37:13 +00:00

Add the lynx

git-svn-id: svn://svn.cc65.org/cc65/trunk@3299 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-11-25 11:57:03 +00:00
parent cae4f9b1e8
commit 38f27c1c16

View File

@ -69,6 +69,8 @@
# include <atmos.h>
#elif defined(__CBM__)
# include <cbm.h>
#elif defined(__LYNX__)
# include <lynx.h>
#elif defined(__NES__)
# include <nes.h>
#else