TheByteAttic / CERBERUS2100

The amazing multi-processor 8-bit microcomputer, featuring Z80, 6502 and AVR processors. Built with CPLDs, CERBERUS 2100™ is fully programmable even with respect to its hardware, at the individual gate and flip-flop level.
MIT License
75 stars 13 forks source link

Fix inverse chars in FORTH after bootscreen #15

Closed lennart-benschop closed 7 months ago

lennart-benschop commented 7 months ago

When FORTH loads it now makes the chars 128..255 the inverse of 0..127. The FORTH editor uses inverse characters to show the cursor. New boot screens use a custom character set in which chars 128..255 are no longer the inverse of 0..127.