Even non-working drivers should remain compilable (nw)

This commit is contained in:
AJR 2016-07-16 20:43:51 -04:00
parent 201dcedd2d
commit 9b92134b3e

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