mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed usage of uninitialized members in superfx_device (nw)
This commit is contained in:
parent
164d9907c4
commit
dba7842b1a
@ -593,6 +593,12 @@ void superfx_device::device_start()
|
||||
m_irq = 0;
|
||||
m_cache_access_speed = 0;
|
||||
m_memory_access_speed = 0;
|
||||
m_debugger_temp = 0;
|
||||
m_romcl = 0;
|
||||
m_romdr = 0;
|
||||
m_ramcl = 0;
|
||||
m_ramar = 0;
|
||||
m_ramdr = 0;
|
||||
|
||||
superfx_regs_reset();
|
||||
superfx_memory_reset();
|
||||
|
Loading…
Reference in New Issue
Block a user