mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
better (nw)
This commit is contained in:
parent
f6262a1e86
commit
26d9320c2a
@ -122,7 +122,7 @@ public:
|
||||
attotime time_left() const { return m_timer->remaining(); }
|
||||
attotime start_time() const { return m_timer->start(); }
|
||||
attotime fire_time() const { return m_timer->expire(); }
|
||||
attotime period() const { return m_period; } // only for TIMER_TYPE_PERIODIC
|
||||
attotime period() const { return m_timer ? m_timer->period() : m_period; }
|
||||
|
||||
private:
|
||||
// device-level overrides
|
||||
|
Loading…
Reference in New Issue
Block a user