mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Merge pull request #1110 from ajrhacker/elk_fix
Even non-working drivers should remain compilable (nw)
This commit is contained in:
commit
e82e32d172
@ -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