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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/schedule.h b/src/emu/schedule.h
index c322cd5cae7..36694b5018f 100644
--- a/src/emu/schedule.h
+++ b/src/emu/schedule.h
@@ -117,7 +117,7 @@ public:
attotime remaining() const;
attotime start() const { return m_start; }
attotime expire() const { return m_expire; }
-
+
private:
// internal helpers
void register_save();
@@ -184,7 +184,7 @@ public:
// debugging
void dump_timers() const;
-
+
// for emergencies only!
void eat_all_cycles();