mirror of
https://github.com/antoinevignau/source.git
synced 2024-12-27 13:29:22 +00:00
v+1
This commit is contained in:
parent
094926fe7c
commit
4707e966d3
Binary file not shown.
Binary file not shown.
@ -5562,6 +5562,9 @@ L879A DEY ; to compensate
|
||||
*-----------------------------------
|
||||
|
||||
checkJOYSTICK
|
||||
lda fgINPUT ; do we already have a device?
|
||||
bne L87B9 ; ie. a 4play joypad
|
||||
|
||||
LDAL PTRIG
|
||||
LDX #$10
|
||||
L87A7 LDAL PADDL0
|
||||
@ -5571,7 +5574,7 @@ L87A7 LDAL PADDL0
|
||||
BNE L87A7
|
||||
DEX
|
||||
BNE L87A7
|
||||
LDA #chrK
|
||||
LDA #chrK ; no joystick means keyboard
|
||||
STA fgINPUT
|
||||
L87B9 RTS
|
||||
|
||||
|
@ -176,7 +176,7 @@ theSCORE = $8e ; 8e..8f.90..91
|
||||
idxLVLDISK = $92 ; index in level buffer from disk
|
||||
nbCHEST = $93 ; 93
|
||||
fgCHEST = $94 ; 94 1: not a chest, 0: a chest
|
||||
fgINPUT = $95 ; "J"oystick, "K"eyboard
|
||||
fgINPUT = $95 ; "J"oystick, "K"eyboard... joy"P"ad
|
||||
intLEVEL = $96 ; 96 theLEVEL-1
|
||||
foeINTIDX = $97
|
||||
theMEN = $98 ; 5 bonshommes pour dŽmarrer
|
||||
|
Binary file not shown.
19760
loderunner/source/LodeRunner_S01__Output.txt
Normal file
19760
loderunner/source/LodeRunner_S01__Output.txt
Normal file
File diff suppressed because it is too large
Load Diff
9683
loderunner/source/LodeRunner_S02__Output.txt
Normal file
9683
loderunner/source/LodeRunner_S02__Output.txt
Normal file
File diff suppressed because it is too large
Load Diff
16401
loderunner/source/LodeRunner_S03__Output.txt
Normal file
16401
loderunner/source/LodeRunner_S03__Output.txt
Normal file
File diff suppressed because it is too large
Load Diff
12770
loderunner/source/LodeRunner_S04__Output.txt
Normal file
12770
loderunner/source/LodeRunner_S04__Output.txt
Normal file
File diff suppressed because it is too large
Load Diff
5074
loderunner/source/LodeRunner_S05__Output.txt
Normal file
5074
loderunner/source/LodeRunner_S05__Output.txt
Normal file
File diff suppressed because it is too large
Load Diff
1
loderunner/source/_FileInformation.txt
Normal file
1
loderunner/source/_FileInformation.txt
Normal file
@ -0,0 +1 @@
|
||||
LodeRunner=Type(B3),AuxType(DB00),VersionCreate(70),MinVersion(BE),Access(E3),FolderInfo1(000000000000000000000000000000000000),FolderInfo2(000000000000000000000000000000000000)
|
@ -473,6 +473,10 @@ next4PLAY txa
|
||||
found4PLAY txa ; set 4PLAY slot
|
||||
ora #$80 ; 10=>90, 20=>A0, 30=>B0...
|
||||
sta read4PLAY+1
|
||||
|
||||
lda #chrP
|
||||
sta fgINPUT
|
||||
|
||||
rep #$30
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user