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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user