add a standard joystick driver, adapted from the c64 one

This commit is contained in:
mrdudz
2025-06-25 23:44:07 +02:00
parent 38bdb2326b
commit ad4d86bbf2
8 changed files with 294 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 _mega65_stdjoy_joy
.rodata
_joy_static_stddrv := _mega65_stdjoy_joy