Added joystick drivers for C16 and Atari

git-svn-id: svn://svn.cc65.org/cc65/trunk@1818 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-21 09:10:15 +00:00
parent 7f8a2feaff
commit f243a15e8e
8 changed files with 156 additions and 4 deletions

3
libsrc/c16/.cvsignore Normal file
View File

@@ -0,0 +1,3 @@
*.emd
*.joy
*.tgi

View File

@@ -45,7 +45,7 @@ OBJS = _scrsize.o \
EMDS =
JOYS =
JOYS = c16-stdjoy.joy
TGIS =

8
libsrc/c16/c16-stdjoy.s Normal file
View File

@@ -0,0 +1,8 @@
;
; Standard joystick driver for the Plus/4
;
; Ullrich von Bassewitz, 2002-12-21
;
.include "../plus4/plus4-stdjoy.s"