Merge pull request #1110 from ajrhacker/elk_fix

Even non-working drivers should remain compilable (nw)
This commit is contained in:
Vas Crabb 2016-07-17 10:45:55 +10:00 committed by GitHub
commit e82e32d172

View File

@ -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")
{ }