summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2016-11-03 14:51:40 +0100
committer fulivi <fulivi@users.noreply.github.com>2016-11-03 14:52:42 +0100
commitf60621bbd443493b0e24aad355482ec77f781a9c (patch)
treef00802ff07148fe56e42e2813ce3c554c07d22e3
parent18d72a5cec6472e3bf303959b264f224968c305f (diff)
hp9845: minor fix to graphic video subsystem
-rw-r--r--src/mame/drivers/hp9845.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index b6cff8a6343..dbccd3757e7 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -315,6 +315,7 @@ void hp9845b_state::machine_reset()
m_pa = 0;
sts_w(GVIDEO_PA , true);
+ update_graphic_bits();
memset(&m_kb_state[ 0 ] , 0 , sizeof(m_kb_state));
m_kb_scancode = 0x7f;