summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/beep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/beep.cpp')
-rw-r--r--src/devices/sound/beep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/beep.cpp b/src/devices/sound/beep.cpp
index a6dd5226453..7997b590a86 100644
--- a/src/devices/sound/beep.cpp
+++ b/src/devices/sound/beep.cpp
@@ -50,7 +50,7 @@ void beep_device::device_start()
m_stream = stream_alloc(0, 1, BEEP_RATE);
m_enable = 0;
m_signal = 0x07fff;
-
+
// register for savestates
save_item(NAME(m_enable));
save_item(NAME(m_frequency));