Add stdjoy driver

This commit is contained in:
Karri Kaksonen 2022-03-31 09:08:40 +03:00
parent 67def0ca0d
commit 4e8f62fb96
2 changed files with 22 additions and 0 deletions

View 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 _atari7800_stdjoy_joy
.rodata
_joy_static_stddrv := _atari7800_stdjoy_joy

View File

@ -0,0 +1,8 @@
;
; Oliver Schmidt, 2013-05-31
;
.export joy_libref
.import _exit
joy_libref := _exit