summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blueprnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blueprnt.h')
-rw-r--r--src/mame/includes/blueprnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/blueprnt.h b/src/mame/includes/blueprnt.h
index 1d976189011..6d23fc3ddab 100644
--- a/src/mame/includes/blueprnt.h
+++ b/src/mame/includes/blueprnt.h
@@ -58,4 +58,8 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void blueprnt(machine_config &config);
void grasspin(machine_config &config);
+ void blueprnt_map(address_map &map);
+ void grasspin_map(address_map &map);
+ void sound_io(address_map &map);
+ void sound_map(address_map &map);
};