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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/3do.h b/src/mame/includes/3do.h
index b8958100e8d..049439e60b6 100644
--- a/src/mame/includes/3do.h
+++ b/src/mame/includes/3do.h
@@ -178,6 +178,8 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER( timer_x16_cb );
+ void _3do(machine_config &config);
+ void _3do_pal(machine_config &config);
protected:
required_memory_bank m_bank1;
required_memory_bank m_bank2;