default to "Emphasized" text mode (easier to read)

This commit is contained in:
Jorj Bauer 2018-02-19 15:48:12 -05:00
parent 1199ea8cc0
commit 69eafce053
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ void Fx80::Reset()
{
charsetEnabled = CS_USA;
fontMode = FM_Pica;
fontMode |= FM_Emphasized;
clearLine();
escapeMode = false;