summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jack.cpp')
-rw-r--r--src/mame/drivers/jack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jack.cpp b/src/mame/drivers/jack.cpp
index 51846a21063..6487e920993 100644
--- a/src/mame/drivers/jack.cpp
+++ b/src/mame/drivers/jack.cpp
@@ -112,7 +112,7 @@ IRQ_CALLBACK_MEMBER(jack_state::jack_sh_irq_ack)
/***************************************************************/
-READ8_MEMBER(jack_state::striv_question_r)
+uint8_t jack_state::striv_question_r(offs_t offset)
{
// Set-up the remap table for every 16 bytes
if ((offset & 0xc00) == 0x800)