summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9365.h')
-rw-r--r--src/devices/video/ef9365.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/ef9365.h b/src/devices/video/ef9365.h
index f324631a41e..7d028c70ae6 100644
--- a/src/devices/video/ef9365.h
+++ b/src/devices/video/ef9365.h
@@ -66,7 +66,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void ef9365(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -98,6 +97,8 @@ private:
void dump_bitplanes_word();
void update_interrupts();
+ void ef9365(address_map &map);
+
// internal state
static constexpr device_timer_id BUSY_TIMER = 0;