summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bwing.h')
-rw-r--r--src/mame/includes/bwing.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/bwing.h b/src/mame/includes/bwing.h
index 6b6edadfb84..1ab9f56e129 100644
--- a/src/mame/includes/bwing.h
+++ b/src/mame/includes/bwing.h
@@ -90,4 +90,9 @@ public:
INTERRUPT_GEN_MEMBER(bwp3_interrupt);
void bwing(machine_config &config);
+ void bank_map(address_map &map);
+ void bwp1_map(address_map &map);
+ void bwp2_map(address_map &map);
+ void bwp3_io_map(address_map &map);
+ void bwp3_map(address_map &map);
};