tschak909 / platoterm64

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

Cannot change touch driver to trakball (static build 1.3 for Atari) #43

Open jeffpiep opened 4 years ago

jeffpiep commented 4 years ago

Immediately after loading PLATOTerm, I press "Option," then T)OUCH, then T)RKBALL, and finally E)XIT. PLATOTerm responds with "LOADING TOUCH DRIVER..." and hangs. The R-Verter device is not being closed - I can tell because the SIO motor control line stays high - so no disk I/O can occur.

tschak909 commented 4 years ago

Try saving the prefs and rebooting. Right now, it seems that the touch drivers are very touchy to being loaded/reloaded while the program is still active.. I tried to alleviate the issue by statically building all the drivers into the main binary, but...urgh.

-Thom