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/c64/mouse_stat_stddrv.s
Normal file
14
libsrc/c64/mouse_stat_stddrv.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; Address of the static standard mouse driver
|
||||
;
|
||||
; Oliver Schmidt, 2012-11-01
|
||||
;
|
||||
; const void mouse_static_stddrv[];
|
||||
;
|
||||
|
||||
.export _mouse_static_stddrv
|
||||
.import _c64_1351
|
||||
|
||||
.rodata
|
||||
|
||||
_mouse_static_stddrv := _c64_1351
|
||||
Reference in New Issue
Block a user