diff options
| author | 2016-01-27 08:12:00 +0100 | |
|---|---|---|
| committer | 2016-01-27 08:12:00 +0100 | |
| commit | b1d6f6d63f8294a3f62d7db6f9eea07da1d93664 (patch) | |
| tree | 10258b6f255e00e7eec2ec30112d6de07015c475 /src/devices/sound/beep.cpp | |
| parent | 9425c141de76ef9ee178af80731110e228fa89bb (diff) | |
Cleanups and version bumpmame0170
Diffstat (limited to 'src/devices/sound/beep.cpp')
| -rw-r--r-- | src/devices/sound/beep.cpp | 2 |
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)); |
