summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd61830.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd61830.h')
-rw-r--r--src/devices/video/hd61830.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/hd61830.h b/src/devices/video/hd61830.h
index 052335c5e6d..83f5639ca14 100644
--- a/src/devices/video/hd61830.h
+++ b/src/devices/video/hd61830.h
@@ -41,7 +41,6 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
virtual void device_start() override;
virtual void device_reset() override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
// device_memory_interface overrides
virtual space_config_vector memory_space_config() const override;
@@ -49,6 +48,8 @@ protected:
uint8_t readbyte(offs_t address) { return space().read_byte(address); }
void writebyte(offs_t address, uint8_t data) { space().write_byte(address, data); }
+ TIMER_CALLBACK_MEMBER(clear_busy_flag);
+
private:
enum
{