diff options
Diffstat (limited to 'src/devices/video/nt7534.h')
-rw-r--r-- | src/devices/video/nt7534.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/video/nt7534.h b/src/devices/video/nt7534.h index 7b4db9d51c9..126d5dfff92 100644 --- a/src/devices/video/nt7534.h +++ b/src/devices/video/nt7534.h @@ -48,15 +48,15 @@ protected: // device-level overrides virtual void device_start() override; virtual void device_reset() override; - virtual void device_timer(emu_timer &timer, device_timer_id id, int param) override; + + TIMER_CALLBACK_MEMBER(clear_busy_flag); + private: // internal helper void set_busy_flag(uint16_t usec); void update_nibble(int rs, int rw); // internal state - static constexpr device_timer_id TIMER_BUSY = 0; - emu_timer * m_busy_timer; pixel_update_delegate m_pixel_update_cb; // pixel update callback |