mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
ee155a8553
Added a comment regarding usage of the driver when it is linked statically to the application. git-svn-id: svn://svn.cc65.org/cc65/trunk@1952 b7a2c559-68d2-44c3-8de9-860c34a00d81
10 lines
192 B
ArmAsm
10 lines
192 B
ArmAsm
;
|
|
; Standard joystick driver for the C16. May be used multiple times when linked
|
|
; to the statically application.
|
|
;
|
|
; Ullrich von Bassewitz, 2002-12-21
|
|
;
|
|
|
|
.include "../plus4/plus4-stdjoy.s"
|
|
|