summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wolfpack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wolfpack.cpp')
-rw-r--r--src/mame/drivers/wolfpack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wolfpack.cpp b/src/mame/drivers/wolfpack.cpp
index 549628162ae..2f3eee098d8 100644
--- a/src/mame/drivers/wolfpack.cpp
+++ b/src/mame/drivers/wolfpack.cpp
@@ -48,7 +48,7 @@ void wolfpack_state::machine_reset()
CUSTOM_INPUT_MEMBER(wolfpack_state::wolfpack_dial_r)
{
- int bit = (FPTR)param;
+ int bit = (uintptr_t)param;
return ((ioport("DIAL")->read() + bit) / 2) & 0x01;
}