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.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mame/machine/mcr68.cpp b/src/mame/machine/mcr68.cpp
index ae00aa8ab90..819508e7ae5 100644
--- a/src/mame/machine/mcr68.cpp
+++ b/src/mame/machine/mcr68.cpp
@@ -20,14 +20,8 @@
*
*************************************/
-MACHINE_START_MEMBER(mcr68_state,mcr68)
-{
-}
-
-
-MACHINE_RESET_MEMBER(mcr68_state,mcr68)
-{
- /* for the most part all MCR/68k games are the same */
+void mcr68_state::machine_reset()
+{ /* for the most part all MCR/68k games are the same */
m_v493_callback = timer_expired_delegate(FUNC(mcr68_state::mcr68_493_callback),this);
}