bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Add proper 40-80 column support for Apple II #8

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

It would be nice to be able to switch between 40 and 80 columns within Eightball scripts. Maybe implement a mode statement:

mode 40      ; 40 columns!!
mode 80      ; 80 columns!!
bobbimanners commented 6 years ago

Added mode 40 and mode 80 commands to the interpreter only for Apple II. Working out some other display quirks.

bobbimanners commented 6 years ago

Removed some of the special case code that handles the backspace key. The conio functions for positioning the cursor do not seem to work in 80 column mode anyhow.

Will do for now. At least it is a few bytes smaller :)