summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamepock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamepock.h')
-rw-r--r--src/mame/includes/gamepock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/gamepock.h b/src/mame/includes/gamepock.h
index ad3d0d68af2..353aa2c493d 100644
--- a/src/mame/includes/gamepock.h
+++ b/src/mame/includes/gamepock.h
@@ -26,6 +26,9 @@ public:
m_cart(*this, "cartslot")
{ }
+ void gamepock(machine_config &config);
+
+private:
virtual void machine_reset() override;
uint8_t m_port_a;
@@ -45,7 +48,6 @@ public:
required_device<speaker_sound_device> m_speaker;
required_device<generic_slot_device> m_cart;
DECLARE_WRITE_LINE_MEMBER(gamepock_to_w);
- void gamepock(machine_config &config);
void gamepock_mem(address_map &map);
};