summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/schedule.h')
-rw-r--r--src/emu/schedule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/schedule.h b/src/emu/schedule.h
index fea68690360..f5631a6f816 100644
--- a/src/emu/schedule.h
+++ b/src/emu/schedule.h
@@ -83,6 +83,7 @@ public:
attotime remaining() const;
attotime start() const { return m_start; }
attotime expire() const { return m_expire; }
+ attotime period() const { return m_period; }
private:
// internal helpers