summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sspeedr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sspeedr.h')
-rw-r--r--src/mame/includes/sspeedr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/sspeedr.h b/src/mame/includes/sspeedr.h
index 4a895d97568..7cb6bc05184 100644
--- a/src/mame/includes/sspeedr.h
+++ b/src/mame/includes/sspeedr.h
@@ -14,6 +14,9 @@ public:
, m_digits(*this, "digit%u", 0U)
{ }
+ void sspeedr(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(sspeedr_int_ack_w);
DECLARE_WRITE8_MEMBER(sspeedr_lamp_w);
DECLARE_WRITE8_MEMBER(sspeedr_time_w);
@@ -34,11 +37,9 @@ public:
DECLARE_PALETTE_INIT(sspeedr);
uint32_t screen_update_sspeedr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_sspeedr);
- void sspeedr(machine_config &config);
void sspeedr_io_map(address_map &map);
void sspeedr_map(address_map &map);
-private:
uint8_t m_led_TIME[2];
uint8_t m_led_SCORE[24];
int m_toggle;