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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/electron.h b/src/mess/includes/electron.h
index cc817b31dd1..2fbdb5acea9 100644
--- a/src/mess/includes/electron.h
+++ b/src/mess/includes/electron.h
@@ -60,7 +60,7 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cassette(*this, "cassette"),
- m_beeper(*this, "beeper") { }
+ m_beeper(*this, "beeper") { }
ULA m_ula;
emu_timer *m_tape_timer;