mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-21 07:31:21 +00:00
.
This commit is contained in:
parent
ab574eacdb
commit
7d8b9edb82
@ -115,6 +115,12 @@ OptionsDialog
|
||||
;------------------------------------------------------------------------------
|
||||
; internal functions
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; HandleOptions
|
||||
;
|
||||
; in: A = key pressed
|
||||
; out: all registers and flags clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
HandleOptionsKey
|
||||
ldx #_endOptionsKeys-kOptionsKeys
|
||||
- cmp kOptionsKeys,x
|
||||
|
@ -143,8 +143,6 @@ ResumeDialog
|
||||
; out: all registers and flags clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
HandleResumeKey
|
||||
; A = key pressed
|
||||
; out: all registers and flags clobbered
|
||||
ldx #_endResumeKeys-kResumeKeys
|
||||
- cmp kResumeKeys,x
|
||||
beq @found
|
||||
|
@ -159,9 +159,13 @@ iNumVersions=*+1
|
||||
;------------------------------------------------------------------------------
|
||||
; internal functions
|
||||
|
||||
HandleVersionsKey
|
||||
; A = key pressed
|
||||
;------------------------------------------------------------------------------
|
||||
; HandleVersionsKey
|
||||
;
|
||||
; in: A = key pressed
|
||||
; out: all registers and flags clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
HandleVersionsKey
|
||||
ldx #_endVersionsKeys-kVersionsKeys
|
||||
- cmp kVersionsKeys,x
|
||||
beq @found
|
||||
|
Loading…
x
Reference in New Issue
Block a user