]> git.sur5r.net Git - cc65/blobdiff - include/tgi.h
MAde the second parameter of tgi_ioctl a void* instead of an unsigned to keep
[cc65] / include / tgi.h
index 46c7fa04401f673d06f6ffbaf3c7e7479b519d91..19630d0d94e6760f6b433158e541a98837443d62 100644 (file)
@@ -270,7 +270,7 @@ void __fastcall__ tgi_outtextxy (int x, int y, const char* s);
  * the end of the text.
  */
 
-unsigned __fastcall__ tgi_ioctl (unsigned char code, unsigned val);
+unsigned __fastcall__ tgi_ioctl (unsigned char code, void* data);
 /* Call the driver specific control function. What this function does for
  * a specific code depends on the driver. The driver will set an error
  * for unknown codes or values.