Transcription typo corrected in wozmon source

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@88 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2016-02-09 06:57:55 +00:00
parent 4595abd741
commit aa0edbcc94
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ BLSKIP: INY ; Advance text index.
NEXTITEM: LDA IN,Y ; Get character.
CMP #$8D ; CR?
BEQ GETLINE ; Yes, done this line.
CMP #$A3 ; "."?
CMP #$AE ; "."?
BCC BLSKIP ; Skip delimiter.
BEQ SETMODE ; Set BLOCK XAM mode.
CMP #$BA ; ":"?