summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bfm_sc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bfm_sc4.h')
-rw-r--r--src/mame/includes/bfm_sc4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/bfm_sc4.h b/src/mame/includes/bfm_sc4.h
index 960007c369a..beea529a6e1 100644
--- a/src/mame/includes/bfm_sc4.h
+++ b/src/mame/includes/bfm_sc4.h
@@ -646,6 +646,7 @@ public:
void sc4_adder4(machine_config &config);
void sc4_no_reels(machine_config &config);
void sc4dmd(machine_config &config);
+ void sc4_map(address_map &map);
protected:
optional_ioport_array<16> m_io_ports;
};
@@ -668,6 +669,7 @@ public:
// devices
required_device<m68340_cpu_device> m_adder4cpu;
void sc4_adder4(machine_config &config);
+ void sc4_adder4_map(address_map &map);
};