Reflect that the Apple //c supports only one joystick.
This commit is contained in:
8
libsrc/apple2/joyref.s
Normal file
8
libsrc/apple2/joyref.s
Normal file
@@ -0,0 +1,8 @@
|
||||
;
|
||||
; Oliver Schmidt, 2020-06-04
|
||||
;
|
||||
|
||||
.export joy_libref
|
||||
.import _get_ostype
|
||||
|
||||
joy_libref := _get_ostype
|
||||
Reference in New Issue
Block a user