Files
cc65/libsrc/apple2/libref.s
2013-06-01 00:53:17 +02:00

11 lines
200 B
ArmAsm

;
; Oliver Schmidt, 2013-05-31
;
.export em_libref, joy_libref, mouse_libref
.import _exit
em_libref := _exit
joy_libref := _exit
mouse_libref := _exit