mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
monkey: joystick wasn't disabled by default
most notably this was an issue with mame
This commit is contained in:
parent
f56464fae9
commit
a8adccd009
@ -1,5 +1,5 @@
|
|||||||
5 HOME
|
5 HOME
|
||||||
10 PRINT "LOADING MONKEY V0.07"
|
10 PRINT "LOADING MONKEY V0.08"
|
||||||
20 PRINT:PRINT
|
20 PRINT:PRINT
|
||||||
40 PRINT "CONTROLS: "
|
40 PRINT "CONTROLS: "
|
||||||
42 PRINT " MOVE CURSOR : ARROWS OR WASD"
|
42 PRINT " MOVE CURSOR : ARROWS OR WASD"
|
||||||
|
Binary file not shown.
@ -99,7 +99,7 @@ done_setup_sound:
|
|||||||
sta INVENTORY4
|
sta INVENTORY4
|
||||||
sta INVENTORY5
|
sta INVENTORY5
|
||||||
sta FIRST_TIME
|
sta FIRST_TIME
|
||||||
|
sta JOYSTICK_ENABLED
|
||||||
|
|
||||||
; init cursor
|
; init cursor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user