P.A.S.E. joystick driver for the Oric Atmos, contributed by Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4532 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-12-21 21:14:21 +00:00
parent 651df0889c
commit 62669bcb73
4 changed files with 128 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ atmoslib:
$(MAKE) SYS=atmos -C $$i || exit 1; \
$(AR) a atmos.lib $$i/*.o;\
done
cp atmos/*.joy .
cp atmos/*.tgi .
#-----------------------------------------------------------------------------