summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rd110.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rd110.cpp')
-rw-r--r--src/mame/drivers/rd110.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/rd110.cpp b/src/mame/drivers/rd110.cpp
index c81b3d042c1..e1f8f0552a8 100644
--- a/src/mame/drivers/rd110.cpp
+++ b/src/mame/drivers/rd110.cpp
@@ -62,6 +62,9 @@ public:
, m_midi_timer(*this, "midi_timer")
, m_maincpu(*this, "maincpu") { }
+ void d110(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(bank_w);
DECLARE_WRITE8_MEMBER(so_w);
DECLARE_WRITE16_MEMBER(midi_w);
@@ -74,10 +77,8 @@ public:
DECLARE_PALETTE_INIT(d110);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void d110(machine_config &config);
void d110_io(address_map &map);
void d110_map(address_map &map);
-private:
uint8_t m_lcd_data_buffer[256];
int m_lcd_data_buffer_pos;