summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/g627.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/g627.cpp')
-rw-r--r--src/mame/drivers/g627.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/g627.cpp b/src/mame/drivers/g627.cpp
index 582d6c0e10e..1f6f40b23c8 100644
--- a/src/mame/drivers/g627.cpp
+++ b/src/mame/drivers/g627.cpp
@@ -61,17 +61,19 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void g627(machine_config &config);
+
void init_v115();
void init_v117();
+
+private:
DECLARE_READ8_MEMBER(porta_r);
DECLARE_READ8_MEMBER(portb_r);
DECLARE_WRITE8_MEMBER(portc_w);
DECLARE_WRITE8_MEMBER(disp_w);
DECLARE_WRITE8_MEMBER(lamp_w);
- void g627(machine_config &config);
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
uint8_t m_seg[6];
uint8_t m_portc;
uint8_t m_motor;