summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/electron.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-10-15 07:19:47 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-10-15 07:19:47 +0000
commitc93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch)
treea5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/mess/includes/electron.h
parenta4dd32afb6cbfaae0e452c90486060682ab1c31c (diff)
Cleanups and version bumpmame0155
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;