summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dc.cpp')
-rw-r--r--src/mame/machine/dc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dc.cpp b/src/mame/machine/dc.cpp
index 9d7491d95ee..0108b7f6187 100644
--- a/src/mame/machine/dc.cpp
+++ b/src/mame/machine/dc.cpp
@@ -747,7 +747,7 @@ WRITE_LINE_MEMBER(dc_state::sh4_aica_irq)
dc_update_interrupt_status();
}
-void dc_state::machine_reset_dc_console()
+MACHINE_RESET_MEMBER(dc_state,dc_console)
{
dc_state::machine_reset();
m_maincpu->sh2drc_set_options(SH2DRC_STRICT_VERIFY | SH2DRC_STRICT_PCREL);