mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Fix validation of pippin (nw)
This commit is contained in:
parent
1bb565da36
commit
015d55d8f7
@ -50,7 +50,7 @@ private:
|
||||
optional_device<awacs_device> m_awacs;
|
||||
required_device<cuda_device> m_cuda;
|
||||
required_device<ram_device> m_ram;
|
||||
required_device<scc8530_t> m_scc;
|
||||
optional_device<scc8530_t> m_scc;
|
||||
optional_device<ncr539x_device> m_539x_1;
|
||||
optional_device<ncr539x_device> m_539x_2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user