2000-06-25 01:50:43 +00:00
|
|
|
;
|
|
|
|
; Christian Groessler, June 2000
|
|
|
|
;
|
|
|
|
; this file provides the default for the __graphmode_used variable
|
|
|
|
|
|
|
|
.export __graphmode_used
|
|
|
|
|
|
|
|
.data
|
|
|
|
|
|
|
|
__graphmode_used:
|
2000-07-21 09:20:09 +00:00
|
|
|
.byte 0 ; text screen
|
|
|
|
; disabled, because currently there aren't any screen mode functions available
|
|
|
|
; .byte 9 ; mode with max. memory usage
|
2000-06-25 01:50:43 +00:00
|
|
|
|