1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc/atari/graphuse.s

15 lines
303 B
ArmAsm
Raw Normal View History

;
; 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