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

8
libsrc/mega65/libref.s Normal file
View File

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