Penrose Tiling Program for CMM2


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6257
Posted: 10:49pm 22 Apr 2024      

For MMB4W the main problem is detecting ENTER

In MMB4W the enter key returns LF not CR although that might vary from PC to PC.
To make it run, I added const LINEFEED = 10
and CASE ENTER, LINEFEED to the startscreen sub.
There are a few font sizes and MODE choices to make but with that one change, it does run on MMB4W

Jim