summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/epos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/epos.cpp')
-rw-r--r--src/mame/drivers/epos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/epos.cpp b/src/mame/drivers/epos.cpp
index 8d127828aa2..077668be60f 100644
--- a/src/mame/drivers/epos.cpp
+++ b/src/mame/drivers/epos.cpp
@@ -49,7 +49,7 @@
#include "speaker.h"
-WRITE8_MEMBER(epos_state::dealer_decrypt_rom)
+void epos_state::dealer_decrypt_rom(offs_t offset, uint8_t data)
{
if (offset & 0x04)
m_counter = (m_counter + 1) & 0x03;