mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
(MESS) fixed uninitialized variable in src/mess/machine/lux21046.c (nw)
This commit is contained in:
parent
f037c7fadd
commit
66866c392e
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ void luxor_55_21046_device::device_start()
|
|||
void luxor_55_21046_device::device_reset()
|
||||
{
|
||||
m_cs = false;
|
||||
m_data_in = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue