summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gamate/gamate_protection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gamate/gamate_protection.cpp')
-rw-r--r--src/devices/bus/gamate/gamate_protection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/gamate/gamate_protection.cpp b/src/devices/bus/gamate/gamate_protection.cpp
index 4218a237a3f..263c4b8113d 100644
--- a/src/devices/bus/gamate/gamate_protection.cpp
+++ b/src/devices/bus/gamate/gamate_protection.cpp
@@ -46,7 +46,7 @@ bool gamate_protection_device::is_protection_passed()
return m_is_protection_passed;
}
-WRITE_LINE_MEMBER(gamate_protection_device::prot_w)
+void gamate_protection_device::prot_w(int state)
{
LOG("write to protection %01x\n", state);
@@ -88,7 +88,7 @@ WRITE_LINE_MEMBER(gamate_protection_device::prot_w)
}
}
-READ_LINE_MEMBER(gamate_protection_device::prot_r)
+int gamate_protection_device::prot_r()
{
if (m_passed_write)