mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
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:
parent
931b6418bf
commit
7d60d32aee
@ -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
|
/* Set the video mode, return the old mode. Call with one of the VIDEOMODE_xx
|
||||||
* constants.
|
* constants.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user