mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
ti99: Added initializations to prevent 99/4 from crashing on startup
This commit is contained in:
parent
55e5e6992b
commit
54cdef9e22
@ -68,6 +68,14 @@ class ti99_4x_state : public driver_device
|
||||
public:
|
||||
ti99_4x_state(const machine_config &mconfig, device_type type, const char *tag)
|
||||
: driver_device(mconfig, type, tag),
|
||||
m_keyboard_column(0),
|
||||
m_check_alphalock(false),
|
||||
m_nready_combined(0),
|
||||
m_nready_prev(0),
|
||||
m_model(0),
|
||||
m_int1(0),
|
||||
m_int2(0),
|
||||
m_int12(0),
|
||||
m_cpu(*this, "maincpu"),
|
||||
m_tms9901(*this, TMS9901_TAG),
|
||||
m_gromport(*this, GROMPORT_TAG),
|
||||
|
Loading…
Reference in New Issue
Block a user