summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bombjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bombjack.h')
-rw-r--r--src/mame/includes/bombjack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/bombjack.h b/src/mame/includes/bombjack.h
index ce251f6f7cd..7c044932529 100644
--- a/src/mame/includes/bombjack.h
+++ b/src/mame/includes/bombjack.h
@@ -38,6 +38,9 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void bombjack(machine_config &config);
+ void audio_io_map(address_map &map);
+ void audio_map(address_map &map);
+ void main_map(address_map &map);
private:
/* memory pointers */
required_shared_ptr<uint8_t> m_videoram;