Changed the prototype of videomode() to take and return an unsigned instead of an unsigned char.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4134 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user