Skip to content

LM80C firmware R3.18

Compare
Choose a tag to compare
@leomil72 leomil72 released this 05 Jan 17:33
· 127 commits to master since this release

New firmware release R3.18 for LM80C Color Computer:

  • New behaviour for backspace (DEL) key: now chars that follow the cursor are moved 1 position to the left while deleting the char immediately before the current cursor position
  • New behaviour for INSERT key: now it inserts a SPACE char (ASCII 32) so that the space inserted is seen as part of the current line (in the past, the NULL char [ASCII 0] was used)