1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-16 17:29:43 +00:00
cc65/libsrc/c16/joy/c16-stdjoy.s

11 lines
269 B
ArmAsm
Raw Normal View History

;
; Standard joystick driver for the C16. May be used multiple times when linked
; to the statically application.
;
; Ullrich von Bassewitz, 2002-12-21
;
.define MODULE_LABEL _c16_stdjoy_joy
.include "../../plus4/joy/plus4-stdjoy.s"