summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8726.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8726.cpp')
-rw-r--r--src/devices/machine/mos8726.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8726.cpp b/src/devices/machine/mos8726.cpp
index e1f167d70d3..c701239f6df 100644
--- a/src/devices/machine/mos8726.cpp
+++ b/src/devices/machine/mos8726.cpp
@@ -111,7 +111,7 @@ void mos8726_device::write(offs_t offset, uint8_t data)
// bs_w - bank select write
//-------------------------------------------------
-WRITE_LINE_MEMBER( mos8726_device::bs_w )
+void mos8726_device::bs_w(int state)
{
m_bs = state;
}