summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/allied.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/allied.cpp')
-rw-r--r--src/mame/drivers/allied.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/allied.cpp b/src/mame/drivers/allied.cpp
index ff0ffc86fd9..ef4790e55e9 100644
--- a/src/mame/drivers/allied.cpp
+++ b/src/mame/drivers/allied.cpp
@@ -68,6 +68,9 @@ public:
, m_leds(*this, "led%u", 0U)
{ }
+ void allied(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(ic1_b_w);
DECLARE_WRITE8_MEMBER(ic2_b_w);
DECLARE_WRITE_LINE_MEMBER(ic2_cb2_w);
@@ -88,9 +91,8 @@ public:
DECLARE_READ8_MEMBER(ic7_a_r);
DECLARE_WRITE_LINE_MEMBER(ic8_cb2_w);
TIMER_DEVICE_CALLBACK_MEMBER(timer_a);
- void allied(machine_config &config);
void allied_map(address_map &map);
-private:
+
uint32_t m_player_score[6];
uint8_t m_display;
uint8_t m_bit_counter;