Merge pull request #19 from peterferrie/master

fix case mapping on II+
This commit is contained in:
4am 2017-01-12 22:06:51 -05:00 committed by GitHub
commit 652f6e5b21
1 changed files with 1 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ ScrollEditPatch1
- jsr SetTextCalc
ldy SCROLLLINE
lda (OPSRC1L), y
jsr CharMap2
jsr MapCase
ScrollEditPatch2
ldy #"Q" ;self-modified
sta (OPSRC2L), y