summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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;