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:
3
libsrc/c16/.cvsignore
Normal file
3
libsrc/c16/.cvsignore
Normal file
@@ -0,0 +1,3 @@
|
||||
*.emd
|
||||
*.joy
|
||||
*.tgi
|
||||
@@ -45,7 +45,7 @@ OBJS = _scrsize.o \
|
||||
|
||||
EMDS =
|
||||
|
||||
JOYS =
|
||||
JOYS = c16-stdjoy.joy
|
||||
|
||||
TGIS =
|
||||
|
||||
|
||||
8
libsrc/c16/c16-stdjoy.s
Normal file
8
libsrc/c16/c16-stdjoy.s
Normal file
@@ -0,0 +1,8 @@
|
||||
;
|
||||
; Standard joystick driver for the Plus/4
|
||||
;
|
||||
; Ullrich von Bassewitz, 2002-12-21
|
||||
;
|
||||
|
||||
.include "../plus4/plus4-stdjoy.s"
|
||||
|
||||
Reference in New Issue
Block a user