summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exzisus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exzisus.h')
-rw-r--r--src/mame/includes/exzisus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/exzisus.h b/src/mame/includes/exzisus.h
index 472a41eb5a9..4c0c2af6cb0 100644
--- a/src/mame/includes/exzisus.h
+++ b/src/mame/includes/exzisus.h
@@ -35,4 +35,8 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void exzisus(machine_config &config);
+ void cpua_map(address_map &map);
+ void cpub_map(address_map &map);
+ void cpuc_map(address_map &map);
+ void sound_map(address_map &map);
};