mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
default set back to 9, as we're now only linked if the graphics
function is used git-svn-id: svn://svn.cc65.org/cc65/trunk@540 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,7 +8,5 @@
|
|||||||
.data
|
.data
|
||||||
|
|
||||||
__graphmode_used:
|
__graphmode_used:
|
||||||
.byte 0 ; text screen
|
.byte 9 ; default to mode with max. memory usage
|
||||||
; 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