summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/epos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/epos.cpp')
-rw-r--r--src/mame/machine/epos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/epos.cpp b/src/mame/machine/epos.cpp
index da7f5f12326..f997d4173e0 100644
--- a/src/mame/machine/epos.cpp
+++ b/src/mame/machine/epos.cpp
@@ -180,7 +180,7 @@ MACHINE_RESET_MEMBER(pacman_state, acitya)
}
-MACHINE_START_MEMBER(pacman_state, eeekk)
+MACHINE_START_MEMBER(pacman_state, eeekkp)
{
/* Note: D2 is inverted and connected to D1, D5 is inverted and
connected to D0. The other six data bits are converted by a
@@ -208,7 +208,7 @@ MACHINE_START_MEMBER(pacman_state, eeekk)
save_item(NAME(m_counter));
}
-MACHINE_RESET_MEMBER(pacman_state, eeekk)
+MACHINE_RESET_MEMBER(pacman_state, eeekkp)
{
m_counter = 0x09;
membank("bank1")->set_entry(m_counter & 3);