summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74161.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74161.cpp')
-rw-r--r--src/devices/machine/74161.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74161.cpp b/src/devices/machine/74161.cpp
index a4c4d694ab6..015e4dba6bd 100644
--- a/src/devices/machine/74161.cpp
+++ b/src/devices/machine/74161.cpp
@@ -167,7 +167,7 @@ WRITE_LINE_MEMBER( ttl7416x_device::clock_w )
}
}
-WRITE8_MEMBER( ttl7416x_device::p_w )
+void ttl7416x_device::p_w(uint8_t data)
{
m_p = data & 0xf;
}