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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/kncljoe.h b/src/mame/includes/kncljoe.h
index 75ca5931a02..4588df258a0 100644
--- a/src/mame/includes/kncljoe.h
+++ b/src/mame/includes/kncljoe.h
@@ -69,4 +69,7 @@ public:
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);
};