From ec1b0c570c3388f9920283c0ad22e94174488b1e Mon Sep 17 00:00:00 2001 From: Daniel Loffgren Date: Mon, 21 Sep 2015 08:20:18 +0000 Subject: [PATCH] Corrected another transcription typo git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@53 64f78de7-aa59-e511-a0e8-0002a5492df0 --- apple1/wozmon.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple1/wozmon.s b/apple1/wozmon.s index 06ca5c6..001ceaf 100644 --- a/apple1/wozmon.s +++ b/apple1/wozmon.s @@ -33,7 +33,7 @@ RESET: CLD ; Clear decimal arithmetic mode. STY DSP ; Set it up. LDA #$A7 ; KBD and DSP control register mask. STA KBDCR ; Enable interrupts, set CA1, CB1, for - STY DSPCR ; postitive edge sense/output mode. + STA DSPCR ; postitive edge sense/output mode. NOTCR: CMP #$DF ; "<-"? BEQ BACKSAPCE ; Yes. CMP #$9B ; ESC?