mirror of
https://github.com/open-simh/simh.git
synced 2026-03-05 19:10:04 +00:00
display: Change 342 character height to 11.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user