Merge pull request #17 from a2-4am/master

bugfix for paintWindowTitle
This commit is contained in:
blondie7575 2018-03-06 13:00:02 -08:00 committed by GitHub
commit 782c3b33ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ paintWindowTitle_compute:
and #VIEW_STYLE_RAWTITLE and #VIEW_STYLE_RAWTITLE
asl asl
eor #$80 ; becomes #$80 for Apple format, 0 for raw eor #$80 ; becomes #$80 for Apple format, 0 for raw
sta paintWindowTitle_mask sta paintWindowTitle_mask+1
ldy #0 ldy #0
paintWindowTitleLoop: paintWindowTitleLoop:

Binary file not shown.