summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ashnojoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ashnojoe.h')
-rw-r--r--src/mame/includes/ashnojoe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h
index 0a974f812f2..98fe31f8249 100644
--- a/src/mame/includes/ashnojoe.h
+++ b/src/mame/includes/ashnojoe.h
@@ -88,4 +88,7 @@ public:
uint32_t screen_update_ashnojoe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(ashnojoe_vclk_cb);
void ashnojoe(machine_config &config);
+ void ashnojoe_map(address_map &map);
+ void sound_map(address_map &map);
+ void sound_portmap(address_map &map);
};