Fixed #04778: bishjan, mtrain, wtrnymph: Crash before OK

This commit is contained in:
Scott Stone 2012-04-27 17:31:41 +00:00
parent 9b0f0a0c50
commit a1f51d891b

View File

@ -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);