mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed #04778: bishjan, mtrain, wtrnymph: Crash before OK
This commit is contained in:
parent
9b0f0a0c50
commit
a1f51d891b
@ -96,7 +96,7 @@ public:
|
||||
UINT8 m_dsw_mask;
|
||||
optional_shared_ptr<UINT16> m_outputs16;
|
||||
optional_shared_ptr<UINT8> m_outputs;
|
||||
required_shared_ptr<UINT8> m_am188em_regs;
|
||||
optional_shared_ptr<UINT8> m_am188em_regs;
|
||||
UINT16 m_bishjan_sel;
|
||||
UINT16 m_bishjan_input;
|
||||
DECLARE_WRITE8_MEMBER(ss9601_byte_lo_w);
|
||||
|
Loading…
Reference in New Issue
Block a user