summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snookr10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snookr10.h')
-rw-r--r--src/mame/includes/snookr10.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mame/includes/snookr10.h b/src/mame/includes/snookr10.h
index f604c334e9d..9c635db6d9b 100644
--- a/src/mame/includes/snookr10.h
+++ b/src/mame/includes/snookr10.h
@@ -15,6 +15,12 @@ public:
m_lamps(*this, "lamp%u", 0U)
{ }
+ void apple10(machine_config &config);
+ void snookr10(machine_config &config);
+ void crystalc(machine_config &config);
+ void tenballs(machine_config &config);
+
+private:
DECLARE_READ8_MEMBER(dsw_port_1_r);
DECLARE_READ8_MEMBER(port2000_8_r);
DECLARE_WRITE8_MEMBER(output_port_0_w);
@@ -30,15 +36,10 @@ public:
DECLARE_PALETTE_INIT(apple10);
DECLARE_PALETTE_INIT(crystalc);
uint32_t screen_update_snookr10(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void apple10(machine_config &config);
- void snookr10(machine_config &config);
- void crystalc(machine_config &config);
- void tenballs(machine_config &config);
void crystalc_map(address_map &map);
void snookr10_map(address_map &map);
void tenballs_map(address_map &map);
-protected:
virtual void machine_start() override { m_lamps.resolve(); }
virtual void video_start() override;