]> git.sur5r.net Git - cc65/blob - libsrc/osic1p/doesclrscr.s
atari5200: add alternative conio screen (20x12 resolution)
[cc65] / libsrc / osic1p / doesclrscr.s
1 ;
2 ; 2016-06, Christian Groessler
3 ; 2017-06-26, Greg King
4 ;
5 ; unsigned char doesclrscrafterexit (void);
6 ;
7 ; Returns 0/1 if, after program termination, the screen isn't/is cleared.
8 ;
9
10         .import         return1
11
12 ; cc65's OSI programs return to the monitor ROM which clears the screen.
13
14         .export         _doesclrscrafterexit := return1