summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/c117.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/c117.cpp')
-rw-r--r--src/mame/machine/c117.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/machine/c117.cpp b/src/mame/machine/c117.cpp
index 78e6f18ebfc..44c9607f258 100644
--- a/src/mame/machine/c117.cpp
+++ b/src/mame/machine/c117.cpp
@@ -44,6 +44,13 @@ namco_c117_device::namco_c117_device(const machine_config &mconfig, const char *
{
}
+std::vector<std::pair<int, const address_space_config *>> namco_c117_device::memory_space_config() const
+{
+ return std::vector<std::pair<int, const address_space_config *>> {
+ std::make_pair(AS_PROGRAM, &m_program_config)
+ };
+}
+
//-------------------------------------------------
// set_cpu_tags - set the tags of the two CPUs
// connected to the device