picocomputer / ehbasic-plus

Experimental Enhanced 6502 BASIC for the Picocomputer
2 stars 1 forks source link

Add a 40-column TEXTMODE in addition to existing 80-col TEXTMODE. #3

Closed netzerohero closed 10 months ago

netzerohero commented 10 months ago

Add a 40-column TEXTMODE in addition to existing 80-col TEXTMODE.

Having a 40-column mode in BASIC will enable usage of heritage Basic-sources that were targeted to 20-columns.

Can pattern off of the two HGR modes. For example:

CALL TEXTMODE,40 -or- CALL TEXTMODE,80