mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
02bbe5289b
git-svn-id: svn://svn.cc65.org/cc65/trunk@177 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 lines
303 B
ArmAsm
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
|
|
|