summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-06-21 01:15:20 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-06-21 01:15:20 +1000
commit8786b1a66ffc4ffce39fa1dccab50a0a2b301417 (patch)
treea5047b9ae0d5d5fbe3d482f33a358eda46cd75cb
parent8a34dbe531379bc493ec6c437c6617766dd3f53a (diff)
(nw) bml3 : fixed last 2 lines not showing
-rw-r--r--src/mame/drivers/bml3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bml3.cpp b/src/mame/drivers/bml3.cpp
index c3fd84a71b1..705b0cc94c0 100644
--- a/src/mame/drivers/bml3.cpp
+++ b/src/mame/drivers/bml3.cpp
@@ -591,7 +591,7 @@ MC6845_UPDATE_ROW( bml3_state::crtc_update_row )
if (interlace)
{
ra >>= 1;
- if (y > 0x176) return;
+ if (y > 0x191) return;
}
// redundant initializers to keep compiler happy