mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Even non-working drivers should remain compilable (nw)
This commit is contained in:
parent
201dcedd2d
commit
9b92134b3e
@ -75,7 +75,7 @@ public:
|
||||
m_cassette(*this, "cassette"),
|
||||
m_beeper(*this, "beeper"),
|
||||
m_cart(*this, "cartslot"),
|
||||
m_keybd(*this, "LINE")
|
||||
m_keybd(*this, "LINE"),
|
||||
m_exp(*this, "exp")
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user