]> git.sur5r.net Git - cc65/blobdiff - include/apple2.h
Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately...
[cc65] / include / apple2.h
index 1aee91e40fc4bd48651db724564b264f1d8d9c2b..779f83b7a9143d8b34af4a6bd4d2cc36bbb507a9 100644 (file)
@@ -140,6 +140,9 @@ extern unsigned char _dos_type;
 unsigned char get_ostype (void);
 /* Get the machine type. Returns one of the APPLE_xxx codes. */
 
+void rebootafterexit (void);
+/* Reboot machine after program termination has completed. */
+
 /* The following #defines will cause the matching functions calls in conio.h
  * to be overlaid by macros with the same names, saving the function call
  * overhead.