tschak909 / platoterm64

PLATOTerm for the Commodore 64
GNU General Public License v3.0
35 stars 11 forks source link

Enable/Disable fill for all targets. #18

Closed tschak909 closed 5 years ago

tschak909 commented 5 years ago

As fill is somewhat time consuming, add a toggle for it in setup. -Thom

tschak909 commented 5 years ago

Yup, well, adding in the one preference for fill brought the code over 24K on the Atari, which breaks it, as the handler can't load itself.

This will take some time, to squeeze everything back.

Shit.

-Thom

tschak909 commented 5 years ago

pushing back the fill stack a bit fixed it for now, and was able to implement the toggle. It's been merged to master and pushed.

You can now toggle Fill on/off in the O)THER setup menu.

By default, it is:

-Thom