mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
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:
parent
1bba8355da
commit
dbc66c247a
@ -81,6 +81,7 @@ OBJS = _scrsize.o \
|
|||||||
gotox.o \
|
gotox.o \
|
||||||
gotoxy.o \
|
gotoxy.o \
|
||||||
gotoy.o \
|
gotoy.o \
|
||||||
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
mainargs.o \
|
mainargs.o \
|
||||||
oserrlist.o \
|
oserrlist.o \
|
||||||
@ -90,6 +91,7 @@ OBJS = _scrsize.o \
|
|||||||
systime.o \
|
systime.o \
|
||||||
sysuname.o \
|
sysuname.o \
|
||||||
tgi_colors.o \
|
tgi_colors.o \
|
||||||
|
tgi_stddrv.o \
|
||||||
wherex.o \
|
wherex.o \
|
||||||
wherey.o \
|
wherey.o \
|
||||||
write.o \
|
write.o \
|
||||||
|
13
libsrc/atmos/joy_stddrv.s
Normal file
13
libsrc/atmos/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 "atmos-pase.joy"
|
13
libsrc/atmos/tgi_stddrv.s
Normal file
13
libsrc/atmos/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 "atmos-240-200-2.tgi"
|
@ -68,6 +68,7 @@ OBJS = _scrsize.o \
|
|||||||
crt0.o \
|
crt0.o \
|
||||||
devnum.o \
|
devnum.o \
|
||||||
extzp.o \
|
extzp.o \
|
||||||
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
kclose.o \
|
kclose.o \
|
||||||
kernal.o \
|
kernal.o \
|
||||||
|
13
libsrc/cbm510/joy_stddrv.s
Normal file
13
libsrc/cbm510/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 "cbm510-std.joy"
|
@ -79,6 +79,7 @@ OBJS = bllhdr.o \
|
|||||||
exec.o \
|
exec.o \
|
||||||
exehdr.o \
|
exehdr.o \
|
||||||
extzp.o \
|
extzp.o \
|
||||||
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
load.o \
|
load.o \
|
||||||
lseek.o \
|
lseek.o \
|
||||||
@ -89,6 +90,7 @@ OBJS = bllhdr.o \
|
|||||||
read.o \
|
read.o \
|
||||||
sysuname.o \
|
sysuname.o \
|
||||||
tgi_colors.o \
|
tgi_colors.o \
|
||||||
|
tgi_stddrv.o \
|
||||||
toascii.o \
|
toascii.o \
|
||||||
uploader.o \
|
uploader.o \
|
||||||
$(EMDS:.emd=-emd.o) \
|
$(EMDS:.emd=-emd.o) \
|
||||||
|
13
libsrc/lynx/joy_stddrv.s
Normal file
13
libsrc/lynx/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 "lynx-stdjoy.joy"
|
13
libsrc/lynx/tgi_stddrv.s
Normal file
13
libsrc/lynx/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 "lynx-160-102-16.tgi"
|
@ -79,6 +79,7 @@ OBJS = _scrsize.o \
|
|||||||
gotox.o \
|
gotox.o \
|
||||||
gotoxy.o \
|
gotoxy.o \
|
||||||
gotoy.o \
|
gotoy.o \
|
||||||
|
joy_stddrv.o \
|
||||||
mainargs.o \
|
mainargs.o \
|
||||||
ppu.o \
|
ppu.o \
|
||||||
ppubuf.o \
|
ppubuf.o \
|
||||||
@ -87,6 +88,7 @@ OBJS = _scrsize.o \
|
|||||||
setcursor.o \
|
setcursor.o \
|
||||||
sysuname.o \
|
sysuname.o \
|
||||||
tgi_colors.o \
|
tgi_colors.o \
|
||||||
|
tgi_stddrv.o \
|
||||||
waitvblank.o \
|
waitvblank.o \
|
||||||
wherex.o \
|
wherex.o \
|
||||||
wherey.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"
|
@ -62,6 +62,7 @@ OBJS = _scrsize.o \
|
|||||||
crt0.o \
|
crt0.o \
|
||||||
devnum.o \
|
devnum.o \
|
||||||
get_tv.o \
|
get_tv.o \
|
||||||
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
kbsout.o \
|
kbsout.o \
|
||||||
kchkin.o \
|
kchkin.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user