summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flkatck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flkatck.h')
-rw-r--r--src/mame/includes/flkatck.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/flkatck.h b/src/mame/includes/flkatck.h
index 1789cddfe78..00b073eee79 100644
--- a/src/mame/includes/flkatck.h
+++ b/src/mame/includes/flkatck.h
@@ -25,6 +25,9 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_soundlatch(*this, "soundlatch") { }
+ void flkatck(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_k007121_ram;
@@ -60,7 +63,6 @@ public:
uint32_t screen_update_flkatck(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(flkatck_interrupt);
DECLARE_WRITE8_MEMBER(volume_callback);
- void flkatck(machine_config &config);
void flkatck_map(address_map &map);
void flkatck_sound_map(address_map &map);
};