mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
ti99: Fixed uninitialized member in HX5102
This commit is contained in:
parent
9d1294a7fe
commit
96751ca530
@ -133,6 +133,7 @@ hx5102_device::hx5102_device(const machine_config &mconfig, const char *tag, dev
|
||||
m_motor_on(false),
|
||||
m_mspeed_on(false),
|
||||
m_pending_int(false),
|
||||
m_pending_drq(false),
|
||||
m_dcs(false),
|
||||
m_dack(false),
|
||||
m_dacken(false),
|
||||
|
Loading…
Reference in New Issue
Block a user