...has a slight problem : Full screen mode doesn't work :
SETSCREEN 640, 480, 1
PRINT "Fullscreen", 100, 100
SHOWSCREEN
MOUSEWAIT
You just get a window...
There is also a further problem : On Windows or Linux, there is a default font which lets you just about read the text. On a Mac, you just get white rectangles.
Ignore the default font and always set your own, no matter what system you are using. It's very easy to create a font anyway :-)
Oh yes, but the Mac version differs from the other operating systems in this respect...
you must put smalfont.png side by side with the .app folder, IIRC.
It appears the full screen option in the Options menu does force make the screen go full-screen. However, it appears the SETSCREEN option is ignored - I've tried all values from 1 to 255 :)