summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9345.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9345.h')
-rw-r--r--src/devices/video/ef9345.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/ef9345.h b/src/devices/video/ef9345.h
index 5556eb3103f..3094cd1174e 100644
--- a/src/devices/video/ef9345.h
+++ b/src/devices/video/ef9345.h
@@ -40,7 +40,6 @@ public:
void update_scanline(uint16_t scanline);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void ef9345(address_map &map);
protected:
enum class EF9345_MODE {
@@ -88,6 +87,8 @@ private:
void makechar_12x80(uint16_t x, uint16_t y);
void ef9345_exec(uint8_t cmd);
+ void ef9345(address_map &map);
+
// internal state
static const device_timer_id BUSY_TIMER = 0;
static const device_timer_id BLINKING_TIMER = 1;