summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mes.cpp')
-rw-r--r--src/mame/drivers/mes.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/mes.cpp b/src/mame/drivers/mes.cpp
index e550616aad3..4a2476cfe29 100644
--- a/src/mame/drivers/mes.cpp
+++ b/src/mame/drivers/mes.cpp
@@ -28,15 +28,17 @@ public:
, m_p_chargen(*this, "chargen")
{ }
+ void mes(machine_config &config);
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void kbd_put(u8 data);
DECLARE_READ8_MEMBER(port00_r);
DECLARE_READ8_MEMBER(port08_r);
- void mes(machine_config &config);
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
+
u8 m_term_data;
u8 m_port08;
virtual void machine_reset() override;