mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
provides default value for __graphmode_used variable
git-svn-id: svn://svn.cc65.org/cc65/trunk@125 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
6f05785aa9
commit
1d934b205f
12
libsrc/atari/graphuse.s
Normal file
12
libsrc/atari/graphuse.s
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
;
|
||||||
|
; Christian Groessler, June 2000
|
||||||
|
;
|
||||||
|
; this file provides the default for the __graphmode_used variable
|
||||||
|
|
||||||
|
.export __graphmode_used
|
||||||
|
|
||||||
|
.data
|
||||||
|
|
||||||
|
__graphmode_used:
|
||||||
|
.byte 9 ; mode with max. memory usage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user