mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
Added ioctl for mixing graphics with 4 lines of text.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4522 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
fd82520622
commit
4c1cd875ee
@ -143,6 +143,11 @@ unsigned char get_ostype (void);
|
|||||||
void rebootafterexit (void);
|
void rebootafterexit (void);
|
||||||
/* Reboot machine after program termination has completed. */
|
/* 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
|
/* 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
|
* to be overlaid by macros with the same names, saving the function call
|
||||||
* overhead.
|
* overhead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user