summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/n64.cpp')
-rw-r--r--src/mame/drivers/n64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/n64.cpp b/src/mame/drivers/n64.cpp
index 7c59945aadc..a7e8b51103e 100644
--- a/src/mame/drivers/n64.cpp
+++ b/src/mame/drivers/n64.cpp
@@ -427,8 +427,8 @@ INTERRUPT_GEN_MEMBER(n64_mess_state::n64_reset_poll)
m_rcp_periphs->poll_reset_button((ioport("RESET")->read() & 1) ? true : false);
}
-MACHINE_CONFIG_START(n64_mess_state::n64)
-
+void n64_mess_state::n64(machine_config &config)
+{
/* basic machine hardware */
VR4300BE(config, m_vr4300, 93750000);
m_vr4300->set_force_no_drc(true);