1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 15:27:46 +00:00

display: Change 342 character height to 11.

This commit is contained in:
Lars Brinkhoff 2019-06-01 21:40:52 +02:00
parent 0e3f9c944f
commit f917accbec

View File

@ -174,7 +174,7 @@ ty340_reset(void *dptr)
#if TYPE342
u->shift = 0;
u->width = 6;
u->height = 9;
u->height = 11;
#endif
#if TYPE347
u->SAVE_FF = 0;