summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pce.cpp')
-rw-r--r--src/mame/machine/pce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/pce.cpp b/src/mame/machine/pce.cpp
index 43a811da9d8..1dd3787071c 100644
--- a/src/mame/machine/pce.cpp
+++ b/src/mame/machine/pce.cpp
@@ -94,7 +94,7 @@ void pce_state::init_sgx()
m_io_port_options = PCE_JOY_SIG | CONST_SIG;
}
-MACHINE_START_MEMBER(pce_state,pce)
+void pce_state::machine_start()
{
if (m_cd)
m_cd->late_setup();
@@ -108,7 +108,7 @@ MACHINE_START_MEMBER(pce_state,pce)
save_item(NAME(m_joy_6b_packet));
}
-MACHINE_RESET_MEMBER(pce_state,mess_pce)
+void pce_state::machine_reset()
{
for (auto & elem : m_joy_6b_packet)
elem = 0;