summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/electron.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/electron.h')
-rw-r--r--src/mess/includes/electron.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/electron.h b/src/mess/includes/electron.h
index c98c85d2bcb..2de2f6da6a1 100644
--- a/src/mess/includes/electron.h
+++ b/src/mess/includes/electron.h
@@ -70,9 +70,9 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cassette(*this, "cassette"),
- m_beeper(*this, "beeper"),
+ m_beeper(*this, "beeper"),
m_cart(*this, "cartslot"),
- m_keybd(*this, "LINE")
+ m_keybd(*this, "LINE")
{ }
ULA m_ula;