mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed MT# 04779: billiard, hustler, hustlerb2, hustlerd: Crash before OK
This commit is contained in:
parent
86d811c58a
commit
9b0f0a0c50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user