summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poolshrk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poolshrk.h')
-rw-r--r--src/mame/includes/poolshrk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/poolshrk.h b/src/mame/includes/poolshrk.h
index 6d2bb11d2b5..c8c284ec8f8 100644
--- a/src/mame/includes/poolshrk.h
+++ b/src/mame/includes/poolshrk.h
@@ -32,10 +32,11 @@ public:
m_leds(*this, "led%u", 0U)
{ }
- void init_poolshrk();
void poolshrk(machine_config &config);
-protected:
+ void init_poolshrk();
+
+private:
DECLARE_WRITE8_MEMBER(da_latch_w);
DECLARE_WRITE8_MEMBER(led_w);
DECLARE_WRITE8_MEMBER(watchdog_w);
@@ -55,7 +56,6 @@ protected:
void poolshrk_cpu_map(address_map &map);
virtual void machine_start() override { m_leds.resolve(); }
-private:
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;
required_device<gfxdecode_device> m_gfxdecode;