]> git.sur5r.net Git - cc65/blobdiff - include/c128.h
Changed the prototype of videomode() to take and return an unsigned instead of an...
[cc65] / include / c128.h
index 37a813f8c1ef775a7ee4c9663b3f917d470e10df..47fbb26b112f8281adbaa1d7c36e8510f32cfb37 100644 (file)
 
 
 
-unsigned char __fastcall__ videomode (unsigned char Mode);
+unsigned __fastcall__ videomode (unsigned Mode);
 /* Set the video mode, return the old mode. Call with one of the VIDEOMODE_xx
  * constants.
  */