summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jazz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jazz.h')
-rw-r--r--src/mame/includes/jazz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/jazz.h b/src/mame/includes/jazz.h
index 449035a4293..7b8135899e5 100644
--- a/src/mame/includes/jazz.h
+++ b/src/mame/includes/jazz.h
@@ -76,7 +76,8 @@ protected:
virtual void machine_reset() override;
// address maps
- void jazz_common_map(address_map &map);
+ void cpu_map(address_map &map);
+ void mct_map(address_map &map);
// machine config
void jazz(machine_config &config);