Added missing standard driver definitions.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5890 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -79,6 +79,7 @@ OBJS = _scrsize.o \
|
||||
gotox.o \
|
||||
gotoxy.o \
|
||||
gotoy.o \
|
||||
joy_stddrv.o \
|
||||
mainargs.o \
|
||||
ppu.o \
|
||||
ppubuf.o \
|
||||
@@ -87,6 +88,7 @@ OBJS = _scrsize.o \
|
||||
setcursor.o \
|
||||
sysuname.o \
|
||||
tgi_colors.o \
|
||||
tgi_stddrv.o \
|
||||
waitvblank.o \
|
||||
wherex.o \
|
||||
wherey.o \
|
||||
|
||||
13
libsrc/nes/joy_stddrv.s
Normal file
13
libsrc/nes/joy_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Name of the standard joystick driver
|
||||
;
|
||||
; Oliver Schmidt, 2012-11-01
|
||||
;
|
||||
; const char joy_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_stddrv: .asciiz "nes-stdjoy.joy"
|
||||
13
libsrc/nes/tgi_stddrv.s
Normal file
13
libsrc/nes/tgi_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Name of the standard tgi driver
|
||||
;
|
||||
; Oliver Schmidt, 2012-11-01
|
||||
;
|
||||
; const char tgi_stddrv[];
|
||||
;
|
||||
|
||||
.export _tgi_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_tgi_stddrv: .asciiz "nes-64-56-2.tgi"
|
||||
Reference in New Issue
Block a user