Introduced static standard drivers.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5891 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
14
libsrc/lynx/joy_stat_stddrv.s
Normal file
14
libsrc/lynx/joy_stat_stddrv.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Address of the static standard joystick driver
|
||||
;
|
||||
; Oliver Schmidt, 2012-11-01
|
||||
;
|
||||
; const void joy_static_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_static_stddrv
|
||||
.import _lynx_stdjoy
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_static_stddrv := _lynx_stdjoy
|
||||
Reference in New Issue
Block a user