]> git.sur5r.net Git - cc65/commitdiff
Added ioctl for mixing graphics with 4 lines of text.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Dec 2009 23:07:21 +0000 (23:07 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 12 Dec 2009 23:07:21 +0000 (23:07 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4522 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/apple2.h

index 779f83b7a9143d8b34af4a6bd4d2cc36bbb507a9..af7d92f7314c7f89e1802ec0ed5707fe2c64385f 100644 (file)
@@ -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.