MiSTer-devel / PCXT_MiSTer

PCXT port for MiSTer by spark2k06.
GNU General Public License v3.0
13 stars 7 forks source link

Black lines between rows with Tandy DOS text mode (example: MS DOS Edit) #54

Closed famiclone6502 closed 1 year ago

famiclone6502 commented 1 year ago

Per the info you provided in our conversation, a real Tandy uses 225 lines for text mode and does not show black lines between each row. In my opinion, replicating the last row would be the best option for the sake of accuracy.

mills32 commented 1 year ago

I could test a real tandy 1000 computer, it adds black lines in all characters except for these: 8,10, 208 to 223. Tandy does not duplicate the last line, it writes the fist character line again, and only for line 8 (9), if you configure character cells to be 10 pixels tall, tandy just adds black or background pixels.

Other graphic cards, like EGA/VGA, also repeat these "box" characters beyond line 14 (EGA) and 16 (VGA)

spark2k06 commented 1 year ago

Thank you both! This issue will be resolved in the next release:

image