Removed the call to tgi_clear from tgi_init, so the screen is not

automatically cleared.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4559 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2010-01-26 16:51:03 +00:00
parent 79820fe4ec
commit 6d89093d4b
2 changed files with 12 additions and 12 deletions

View File

@@ -65,11 +65,7 @@
jsr pushax ; Width scale
jsr pushax ; Heigh scale
jsr pusha ; Text direction = TGI_TEXT_VERTICAL
jsr _tgi_textstyle ; A = Font = TGI_FONT_BITMAP
; Clear the screen
jmp tgi_clear
jmp _tgi_textstyle ; A = Font = TGI_FONT_BITMAP
; Error exit