diff --git a/include/apple2.h b/include/apple2.h index 779f83b7a..af7d92f73 100644 --- a/include/apple2.h +++ b/include/apple2.h @@ -143,6 +143,11 @@ unsigned char get_ostype (void); void rebootafterexit (void); /* Reboot machine after program termination has completed. */ +#define tgi_apple2_mix(onoff) tgi_ioctl (0, (void *) (onoff)) +/* If onoff is 1, graphics/text mixed mode is enabled. + * If onoff is 0, graphics/text mixed mode is disabled. + */ + /* 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.