Hallöchen,
anyone an idea how to set the 80/50 char mode with the setscreensize function?
Here's my code that creates the stange thing in the screen shot.
#include "./include/conio.h"
int main (void)
{
conioinit();
setscreensize(80,50);
return 0;
}
any ideas?
thanks
wirs
PS: Compiled with:
cl65 hello.c conio.c memory.c -ohello.prg