Skip to content

v0.1.0 - EhBASIC for stock BE6502 adding Serial Flow Control and Input Buffering

Choose a tag to compare

@idunmore idunmore released this 18 Aug 00:17
· 17 commits to main since this release

#v0.1.0 - EhBASIC for stock BE6502 adding Serial Flow Control and Input Buffering

This build implements serial flow-control and input buffering for BE6502 builds that have that enabled in hardware (see below). It removes the need for text-pacing in the terminal.

For example, pasting the ~16KB spcwar-16K.bas program now succeeds, and takes minutes less than with pacing enabled.

...

Note that the flow control is based on Ben's build that fixes the 65C51 UART bug, and requires running a connection from PA0 to CTS.

This release also includes a fix for an interrupt safety issue (see the commit details), that could hang EhBASIC.