mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
fixed uninitialized member in src/emu/machine/z80dma.c (nw)
This commit is contained in:
parent
259a8b3b25
commit
a4a12cf51b
@ -230,6 +230,7 @@ void z80dma_device::device_reset()
|
||||
m_read_num_follow = m_read_cur_follow = 0;
|
||||
m_reset_pointer = 0;
|
||||
m_is_read = false;
|
||||
memset(m_regs_follow, 0, sizeof(m_regs_follow));
|
||||
|
||||
// disable interrupts
|
||||
WR3 &= ~0x20;
|
||||
|
Loading…
Reference in New Issue
Block a user