summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pacman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pacman.cpp')
-rw-r--r--src/mame/machine/pacman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pacman.cpp b/src/mame/machine/pacman.cpp
index fdea0795787..9f6140b486d 100644
--- a/src/mame/machine/pacman.cpp
+++ b/src/mame/machine/pacman.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "includes/pacman.h"
-READ8_MEMBER(epospm_state::epos_decryption_w)
+uint8_t epospm_state::epos_decryption_w(offs_t offset)
{
if (offset & 0x01)
{