summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/3do.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/3do.h')
-rw-r--r--src/mame/includes/3do.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h
index a81edeb9ddb..8d176a2401f 100644
--- a/src/mame/includes/3do.h
+++ b/src/mame/includes/3do.h
@@ -180,6 +180,7 @@ public:
void _3do(machine_config &config);
void _3do_pal(machine_config &config);
+ void _3do_mem(address_map &map);
protected:
required_memory_bank m_bank1;
required_memory_bank m_bank2;