summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/hh_pic16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/hh_pic16.c')
-rw-r--r--src/mess/drivers/hh_pic16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/hh_pic16.c b/src/mess/drivers/hh_pic16.c
index bdabf44dd43..566c109ece2 100644
--- a/src/mess/drivers/hh_pic16.c
+++ b/src/mess/drivers/hh_pic16.c
@@ -76,7 +76,7 @@ void hh_pic16_state::machine_start()
{
// zerofill
memset(m_display_state, 0, sizeof(m_display_state));
- memset(m_display_cache, 0, sizeof(m_display_cache));
+ memset(m_display_cache, ~0, sizeof(m_display_cache));
memset(m_display_decay, 0, sizeof(m_display_decay));
memset(m_display_segmask, 0, sizeof(m_display_segmask));