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:
@@ -0,0 +1,3 @@
|
||||
*.emd
|
||||
*.joy
|
||||
*.tgi
|
||||
+1
-1
@@ -45,7 +45,7 @@ OBJS = _scrsize.o \
|
||||
|
||||
EMDS =
|
||||
|
||||
JOYS =
|
||||
JOYS = c16-stdjoy.joy
|
||||
|
||||
TGIS =
|
||||
|
||||
|
||||
@@ -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