summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kncljoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kncljoe.h')
-rw-r--r--src/mame/includes/kncljoe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/kncljoe.h b/src/mame/includes/kncljoe.h
index 8da82c1c60f..72846f01f15 100644
--- a/src/mame/includes/kncljoe.h
+++ b/src/mame/includes/kncljoe.h
@@ -27,6 +27,9 @@ public:
m_ay8910(*this, "aysnd"),
m_soundlatch(*this, "soundlatch") { }
+ void kncljoe(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_scrollregs;
@@ -69,7 +72,6 @@ public:
uint32_t screen_update_kncljoe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(sound_nmi);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
- void kncljoe(machine_config &config);
void main_map(address_map &map);
void sound_map(address_map &map);
void sound_portmap(address_map &map);