summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pokey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pokey.h')
-rw-r--r--src/devices/sound/pokey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/pokey.h b/src/devices/sound/pokey.h
index b35f76a17ab..4a373b2d1f7 100644
--- a/src/devices/sound/pokey.h
+++ b/src/devices/sound/pokey.h
@@ -199,7 +199,7 @@ protected:
virtual void execute_run() override;
- //virtual uint32_t execute_min_cycles() const { return 114; }
+ //virtual uint32_t execute_min_cycles() const noexcept override { return 114; }
// other internal states
int m_icount;