cpu/e132xs: It's rather important to initialise DRC handle pointers.

This commit is contained in:
Vas Crabb 2025-04-05 04:58:04 +11:00
parent 3c27e2fd8d
commit f109cfdf94

View File

@ -136,6 +136,7 @@ hyperstone_device::hyperstone_device(
, m_nocode(nullptr)
, m_interrupt_checks(nullptr)
, m_out_of_cycles(nullptr)
, m_eat_all_cycles(nullptr)
, m_mem_read8(nullptr)
, m_mem_write8(nullptr)
, m_mem_read16(nullptr)