File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -224,19 +224,19 @@ mapperId: .res 1 ; $63D ; For INES_MAPPER 1000 (autodetect). 0 = CNROM. 1 = MM
224224 .res $ 34
225225
226226.if KEYBOARD
227- kbReadState: .res 1 ; $0673 - used for high score entry
228- kbHeldInput: .res 1 ; $0674 - high score input throttling
227+ kbReadState: .res 1 ; $0672 - used for high score entry
228+ kbHeldInput: .res 1 ; $0673 - high score input throttling
229229
230230 ; mapped buttons stored like a controller byte
231231 ; player2 controller can possibly be used instead
232- kbNewKeys: .res 1 ; $0675
233- kbHeldKeys: .res 1 ; $0676
232+ kbNewKeys: .res 1 ; $0674
233+ kbHeldKeys: .res 1 ; $0675
234234
235- kbRawInput: .res 9 ; $0677 - all 72 keys' input
235+ kbRawInput: .res 9 ; $0676 - all 72 keys' input
236236
237237; used to track state of high score entry screen. Can possibly use the address of the nmi interrupted
238238; routine in the stack to track instead
239- highScoreEntryActive: .res 1 ; $0675
239+ highScoreEntryActive: .res 1 ; $067F
240240.else
241241 .res $ B
242242.endif
You can’t perform that action at this time.
0 commit comments