Rename the standard joystick driver for the Apple ][.

Rewrite the driver code to make it shorter.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2117 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-02 11:53:21 +00:00
parent c932bc3d1d
commit 6af35e774d
2 changed files with 15 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ apple2lib:
$(AR) a apple2.lib $$i/*.o;\
done
mv apple2/crt0.o apple2.o
cp apple2/*.joy .
cp apple2/apple2-stdjoy.joy a2-stdjoy.joy
#-----------------------------------------------------------------------------
# Atari