picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

Code Page support in terminal #6

Closed rumbledethumps closed 1 year ago

rumbledethumps commented 1 year ago

The terminal is 7-bit ASCII right now. The code page setting we're using for FatFs can be used in the terminal as well. Double byte character sets won't fit in ROM, but all the single byte sets should.