Added joy_stddrv modules

git-svn-id: svn://svn.cc65.org/cc65/trunk@1821 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-21 09:32:14 +00:00
parent 4e61ec9270
commit 69ac0ce1fc
12 changed files with 99 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ OBJS = _scrsize.o \
conio.o \
cputc.o \
get_tv.o \
joy_stddrv.o \
kbhit.o \
kernal.o \
mouse.o \

14
libsrc/c64/joy_stddrv.s Normal file
View File

@@ -0,0 +1,14 @@
;
; Name of the standard joystick driver
;
; Ullrich von Bassewitz, 2002-12-21
;
; const char joy_stddrv[];
;
.export _joy_stddrv
.rodata
_joy_stddrv: .asciiz "c64-stdjoy.joy"