]> git.sur5r.net Git - cc65/blob - libsrc/atari/graphuse.s
add MyDOS error codes, contributed by Stefan Haubenthal
[cc65] / libsrc / atari / graphuse.s
1 ;
2 ; Christian Groessler, June 2000
3 ;
4 ; this file provides the default for the __graphmode_used variable
5
6         .export __graphmode_used
7
8         .data
9
10 __graphmode_used:
11         .byte   9               ; default to mode with max. memory usage
12