Michael Steil
Michael Steil
And another alternative suggestion: Only when supplying a .bas file as an argument, parse the full file in C code, fix keyword case, maybe even tokenize it. Then feed it...
Interesting – which browser is that, where you have to scroll all the way to the bottom? I tested it with the Firefox, Chromium and Safari on Mac, and scrolling...
Absolutely!!
Works for me on the current ROM master.
Hahahaha, I'm the best! I got this notification, and I confused X16 and cbmbasic! :D :D Yup, this is a problem with the KERNAL emulation in C.
Confirmed, thanks! Will do in the next update.
A work-in-progress based on https://github.com/mist64/80columns lives in branch https://github.com/mist64/ccgmsterm/tree/80columns
cc65 has a library for controlling the speeds of accelerators: https://cc65.github.io/doc/funcref.html#ss2.2
Also, it sends a stray $00 at the end part of the transmission protocol: * in: last byte (CRC) * out: ACK ($06) * in: EOT ($04) * out: $00...
Both issues are probably caused by the call to `enablexfer`, which happens at exactly these spots. These ultimately call into `up9600_enable`, which does a lot of CIA#1 setup, which may...