Computer / Programmazione / Z80 · 8 May 2020 0

LM80C: new firmware release R3.10

Another firmware release for the joy of everyone. The new R3.10 is out:

  •  Added GPRINT command to print text and ASCII chars in screen 2 as they would in text modes;
  • fixed a bug that lead to unpredictable behaviors when a line longer than 88 chars was received from the serial port: now the interpeter simply drops exceeding chars.

GPRINT is a very interesting command since it let printing text and ASCII chars in screen 2 (the graphic mode) with different colors for each character, acting as an high resolution multicolor mode:

GPRINT in screen 2

Download the R3.10 release from GitHub: https://github.com/leomil72/LM80C