1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

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
View File
@@ -0,0 +1,3 @@
*.emd
*.joy
*.tgi
+1 -1
View File
@@ -45,7 +45,7 @@ OBJS = _scrsize.o \
EMDS =
JOYS =
JOYS = c16-stdjoy.joy
TGIS =
+8
View File
@@ -0,0 +1,8 @@
;
; Standard joystick driver for the Plus/4
;
; Ullrich von Bassewitz, 2002-12-21
;
.include "../plus4/plus4-stdjoy.s"