summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/meg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/meg.cpp')
-rw-r--r--src/devices/sound/meg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/meg.cpp b/src/devices/sound/meg.cpp
index 2a1f5846232..f6a90812d6a 100644
--- a/src/devices/sound/meg.cpp
+++ b/src/devices/sound/meg.cpp
@@ -120,17 +120,17 @@ void meg_base_device::device_reset()
m_pc = 0;
}
-uint32_t meg_base_device::execute_min_cycles() const
+uint32_t meg_base_device::execute_min_cycles() const noexcept
{
return 1;
}
-uint32_t meg_base_device::execute_max_cycles() const
+uint32_t meg_base_device::execute_max_cycles() const noexcept
{
return 1;
}
-uint32_t meg_base_device::execute_input_lines() const
+uint32_t meg_base_device::execute_input_lines() const noexcept
{
return 0;
}