From 80ca53ad4524a747906f5ef7472f610a322556c9 Mon Sep 17 00:00:00 2001 From: cracyc Date: Thu, 5 Aug 2021 21:54:55 -0500 Subject: pc9801: shift underline attr 4 pixels to the right --- src/mame/video/pc9801.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mame/video/pc9801.cpp b/src/mame/video/pc9801.cpp index 9c26ea25f91..11fe98b7d60 100644 --- a/src/mame/video/pc9801.cpp +++ b/src/mame/video/pc9801.cpp @@ -99,6 +99,7 @@ UPD7220_DRAW_TEXT_LINE_MEMBER( pc9801_state::hgdc_draw_text ) uint8_t char_size = m_video_ff[FONTSEL_REG] ? 16 : 8; uint8_t x_step; + uint8_t lastul = 0; for(int x=0;x