Fixed MT# 04779: billiard, hustler, hustlerb2, hustlerd: Crash before OK

This commit is contained in:
Scott Stone 2012-04-27 17:24:02 +00:00
parent 86d811c58a
commit 9b0f0a0c50

View File

@ -8,7 +8,7 @@ public:
: galaxold_state(mconfig, type, tag),
m_soundram(*this, "soundram") { }
required_shared_ptr<UINT8> m_soundram;
optional_shared_ptr<UINT8> m_soundram;
UINT8 m_cavelon_bank;
UINT8 m_security_2B_counter;
UINT8 m_xb;