c64-up2400-cc65 icon indicating copy to clipboard operation
c64-up2400-cc65 copied to clipboard

:tv: CC65 reliable serial driver for the C64 user port at 2400b.

Results 3 c64-up2400-cc65 issues
Sort by recently updated
recently updated
newest added

The default C64 rs232 routines refuse to work simultaneously with disk access; attempting to get an RS232 byte after opening a disk file appears to close the disk. Does this...

Would it be possible to add asserting bit 1 of $DD01 (which would pull RTS), when the buffer becomes too full? This is sorely needed for WiFi modems. -Thom

Hi. Thanks so much for wrapping this code. I am working on a PLATO terminal emulator here: http://github.com/tschak909/platoterm64 and I am knee deep in debugging the protocol state machine, but...