set default screen mode to 0
git-svn-id: svn://svn.cc65.org/cc65/trunk@177 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,5 +8,7 @@
|
|||||||
.data
|
.data
|
||||||
|
|
||||||
__graphmode_used:
|
__graphmode_used:
|
||||||
.byte 9 ; mode with max. memory usage
|
.byte 0 ; text screen
|
||||||
|
; disabled, because currently there aren't any screen mode functions available
|
||||||
|
; .byte 9 ; mode with max. memory usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user