1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 17:30:06 +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:
uz 2009-09-08 16:45:21 +00:00
parent 931b6418bf
commit 7d60d32aee

View File

@ -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.
*/