New function toggle_videomode

git-svn-id: svn://svn.cc65.org/cc65/trunk@1980 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-02-13 21:12:11 +00:00
parent c6cf5d7fd9
commit 85f51dc89a
4 changed files with 37 additions and 17 deletions

View File

@@ -95,6 +95,11 @@
void toggle_videomode (void);
/* Toggle the video mode between 40 and 80 chars (calls SWAPPER) */
/* End of c128.h */
#endif