emustudio / emuStudio

Universal emulation platform and framework.
https://www.emustudio.net/
GNU General Public License v3.0
40 stars 9 forks source link

LSI ADM-3A: ability to switch font file + set up displayable char range #284

Closed vbmacher closed 1 year ago

vbmacher commented 1 year ago

Different font files might define different char sets, thus it should be allowed to set the range of displayable characters.

Also, user might want to use "modern" terminal with all possible characters instead of original 256-char font. This was used until 0.40 so it will be bad to lose this capability.

vbmacher commented 1 year ago

Displayable char range is limited to 256 chars anyway, since terminal device context is Byte, so it doesnt make sense specifying that range.