summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/xerox820.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/xerox820.h')
-rw-r--r--src/mess/includes/xerox820.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/xerox820.h b/src/mess/includes/xerox820.h
index 7522323f379..db4e426afe5 100644
--- a/src/mess/includes/xerox820.h
+++ b/src/mess/includes/xerox820.h
@@ -114,7 +114,7 @@ class bigboard_state : public xerox820_state
public:
bigboard_state(const machine_config &mconfig, device_type type, const char *tag)
: xerox820_state(mconfig, type, tag),
- m_beeper(*this, BEEPER_TAG)
+ m_beeper(*this, BEEPER_TAG)
{ }
required_device<beep_device> m_beeper;