summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mcr68.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mcr68.cpp')
-rw-r--r--src/mame/machine/mcr68.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mcr68.cpp b/src/mame/machine/mcr68.cpp
index ae00aa8ab90..8ce04ef3c86 100644
--- a/src/mame/machine/mcr68.cpp
+++ b/src/mame/machine/mcr68.cpp
@@ -20,12 +20,12 @@
*
*************************************/
-MACHINE_START_MEMBER(mcr68_state,mcr68)
+void mcr68_state::machine_start_mcr68()
{
}
-MACHINE_RESET_MEMBER(mcr68_state,mcr68)
+void mcr68_state::machine_reset_mcr68()
{
/* for the most part all MCR/68k games are the same */
m_v493_callback = timer_expired_delegate(FUNC(mcr68_state::mcr68_493_callback),this);