]> git.sur5r.net Git - cc65/commitdiff
Changed the prototype of videomode() to take and return an unsigned instead of an...
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 16:45:21 +0000 (16:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 16:45:21 +0000 (16:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4134 b7a2c559-68d2-44c3-8de9-860c34a00d81

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