summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockout.h')
-rw-r--r--src/mame/includes/blockout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/blockout.h b/src/mame/includes/blockout.h
index ede87f0e3c0..51938b5f23b 100644
--- a/src/mame/includes/blockout.h
+++ b/src/mame/includes/blockout.h
@@ -57,4 +57,7 @@ public:
void update_pixels( int x, int y );
void blockout(machine_config &config);
void agress(machine_config &config);
+ void agress_map(address_map &map);
+ void audio_map(address_map &map);
+ void main_map(address_map &map);
};