summaryrefslogtreecommitdiffstats
path: root/password/password.asm
diff options
context:
space:
mode:
Diffstat (limited to 'password/password.asm')
-rw-r--r--password/password.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/password/password.asm b/password/password.asm
index f8c8122..d73c482 100644
--- a/password/password.asm
+++ b/password/password.asm
@@ -16,8 +16,8 @@ FLAGBYTE EQU $61
;
DIGIT0 EQU $62 ; The first digit to enter
DIGIT1 EQU $63 ; The second digit to enter
-SYSTEMP0 EQU $A0
-SYSTEMP1 EQU $A1
+;SYSTEMP0 EQU $A0
+;SYSTEMP1 EQU $A1
;
; (2) System entry point vectors
;
@@ -56,7 +56,7 @@ SX_MESSAGE timex "BY JOHN A. TOEBES, VIII"
;
STATETAB0:
db 0
- db EVT_ENTER,TIM_2_8TIC,0 ; Initial state
+ db EVT_ENTER,TIM2_8TIC,0 ; Initial state
db EVT_TIMER2,TIM_ONCE,0 ; The timer from the enter event
db EVT_RESUME,TIM_ONCE,0 ; Resume from a nested app
db EVT_MODE,TIM_ONCE,$FF ; Mode button