Corrected another transcription typo

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@53 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-21 08:20:18 +00:00
parent 57ffb468bb
commit ec1b0c570c
1 changed files with 1 additions and 1 deletions

View File

@ -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?