summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-23 15:45:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-23 15:45:11 -0400
commit5c6ba408bc56cc8b5d9cee6bd684fe4e1ff5671e (patch)
treea946da262253fa5a806df4cdba955edf942e7045 /src/mame/machine
parent06adb49cf1196b3daa8d61d999be39c2654c1714 (diff)
partner: Restore underline cursor (nw)
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/partner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/machine/partner.cpp b/src/mame/machine/partner.cpp
index 6cb36b7f304..9aeeb9820e2 100644
--- a/src/mame/machine/partner.cpp
+++ b/src/mame/machine/partner.cpp
@@ -332,8 +332,6 @@ I8275_DRAW_CHARACTER_MEMBER(partner_state::display_pixels)
const rgb_t *palette = m_palette->palette()->entry_list_raw();
const uint8_t *charmap = m_charmap + 0x400 * (gpa * 2 + hlgt);
uint8_t pixels = charmap[(linecount & 7) + (charcode << 3)] ^ 0xff;
- if(linecount == 8)
- pixels = 0;
if (vsp) {
pixels = 0;
}