From 9b92134b3e7273b2f7fdb41ab1bf06e38ec7c6dd Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 16 Jul 2016 20:43:51 -0400 Subject: [PATCH] Even non-working drivers should remain compilable (nw) --- src/mame/includes/electron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/includes/electron.h b/src/mame/includes/electron.h index 6735289c230..fbd7aa283e9 100644 --- a/src/mame/includes/electron.h +++ b/src/mame/includes/electron.h @@ -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") { }