summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74181.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74181.cpp')
-rw-r--r--src/devices/machine/74181.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/74181.cpp b/src/devices/machine/74181.cpp
index 66901510b32..a3fef1451a0 100644
--- a/src/devices/machine/74181.cpp
+++ b/src/devices/machine/74181.cpp
@@ -132,7 +132,7 @@ void ttl74181_device::select_w(uint8_t data)
}
}
-WRITE_LINE_MEMBER( ttl74181_device::mode_w )
+void ttl74181_device::mode_w(int state)
{
if (m_m != state)
{
@@ -141,7 +141,7 @@ WRITE_LINE_MEMBER( ttl74181_device::mode_w )
}
}
-WRITE_LINE_MEMBER( ttl74181_device::carry_w )
+void ttl74181_device::carry_w(int state)
{
if (m_c != state)
{