X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcc65.h;h=9b7b69a0e177bb8f253987be437df2147e576880;hb=c2568d804d8c5aa341dcfc86aea9347e556f24a6;hp=4f9f3067fe88c1c95127440b5c0dbbcc5f667ddb;hpb=0b186407f1117529f0f6902569f9d24bc8b1b979;p=cc65 diff --git a/include/cc65.h b/include/cc65.h index 4f9f3067f..9b7b69a0e 100644 --- a/include/cc65.h +++ b/include/cc65.h @@ -85,6 +85,11 @@ int __fastcall__ cc65_cos (unsigned x); ** is in 8.8 fixed point format, which means that 1.0 = $100 and -1.0 = $FF00. */ +unsigned char doesclrscrafterexit (void); +/* Indicates whether the screen automatically be cleared after program +** termination. +*/ + /* End of cc65.h */