Added a new serial driver for the atmos. By Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5580 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-09 10:48:59 +00:00
parent a564450415
commit 65a8da9fde
4 changed files with 386 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ atmoslib:
$(AR) a atmos.lib $$i/*.o || exit 1; \
done
cp atmos/*.joy .
cp atmos/*.ser .
cp atmos/*.tgi .
if [ -d atmos/extra ]; then \
for i in atmos/extra/*.o; do \