1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/atari/graphuse.s
cpg 02bbe5289b set default screen mode to 0
git-svn-id: svn://svn.cc65.org/cc65/trunk@177 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-07-21 09:20:09 +00:00

15 lines
303 B
ArmAsm

;
; Christian Groessler, June 2000
;
; this file provides the default for the __graphmode_used variable
.export __graphmode_used
.data
__graphmode_used:
.byte 0 ; text screen
; disabled, because currently there aren't any screen mode functions available
; .byte 9 ; mode with max. memory usage