mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
cpu/e132xs: It's rather important to initialise DRC handle pointers.
This commit is contained in:
parent
3c27e2fd8d
commit
f109cfdf94
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user