diff options
author | 2019-11-15 00:49:00 +1100 | |
---|---|---|
committer | 2019-11-15 00:49:00 +1100 | |
commit | f394d486bc7ddd2d21936de74dc3706ea5c8a0e6 (patch) | |
tree | 8de6986d3dc53cc3b234a23797381cd79f11f094 /src/emu/schedule.h | |
parent | 63d10c6d900b4be742d5c9e36f4b43f5b7c134cd (diff) |
schedule: pick some really low-hanging fruit (nw)
Diffstat (limited to 'src/emu/schedule.h')
-rw-r--r-- | src/emu/schedule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/schedule.h b/src/emu/schedule.h index 88edd8914d8..b7658c682ac 100644 --- a/src/emu/schedule.h +++ b/src/emu/schedule.h @@ -90,6 +90,7 @@ private: void register_save(); void schedule_next_period(); void dump() const; + static void device_timer_expired(emu_timer &timer, void *ptr, s32 param); // internal state running_machine * m_machine; // reference to the owning machine |