mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
validation fix in main trunk (nw)
This commit is contained in:
parent
19a31495d0
commit
04fbc6540f
@ -164,7 +164,7 @@ private:
|
||||
optional_device<mc6854_device> m_adlc;
|
||||
optional_device<sn76489_device> m_sn;
|
||||
public: // HACK FOR MC6845
|
||||
required_device<saa5050_device> m_trom;
|
||||
optional_device<saa5050_device> m_trom;
|
||||
optional_device<tms5220_device> m_tms;
|
||||
optional_device<cassette_image_device> m_cassette;
|
||||
required_device<acia6850_device> m_acia;
|
||||
|
Loading…
Reference in New Issue
Block a user