mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +03:00
(MESS) fixed uninitialized member in src/mess/machine/ti99/mapper8.c (nw)
This commit is contained in:
parent
1b0552c92a
commit
c95a3c57c4
@ -559,6 +559,7 @@ void ti998_mapper_device::device_reset()
|
|||||||
m_dsr_selected = false;
|
m_dsr_selected = false;
|
||||||
m_CRUS = true;
|
m_CRUS = true;
|
||||||
m_PTGE = false;
|
m_PTGE = false;
|
||||||
|
m_waitcount = 0;
|
||||||
|
|
||||||
// Clean mapper
|
// Clean mapper
|
||||||
for (int i=0; i < 16; i++) m_pas_offset[i] = 0;
|
for (int i=0; i < 16; i++) m_pas_offset[i] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user