mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
Fix for "Required device 'soundcpu' not found" for crazywar and klondkp (nw)
This commit is contained in:
parent
afc960ba7b
commit
ba2568c2b9
@ -15,7 +15,7 @@ public:
|
||||
UINT8 m_data_to_qs1000;
|
||||
|
||||
required_device<cpu_device> m_maincpu;
|
||||
required_device<cpu_device> m_soundcpu;
|
||||
optional_device<cpu_device> m_soundcpu;
|
||||
|
||||
DECLARE_READ32_MEMBER(eolith_custom_r);
|
||||
DECLARE_WRITE32_MEMBER(systemcontrol_w);
|
||||
|
Loading…
Reference in New Issue
Block a user