summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5385.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5385.cpp')
-rw-r--r--src/devices/machine/ncr5385.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ncr5385.cpp b/src/devices/machine/ncr5385.cpp
index d5cd98a4a5f..6c1f4a3bb4e 100644
--- a/src/devices/machine/ncr5385.cpp
+++ b/src/devices/machine/ncr5385.cpp
@@ -34,7 +34,7 @@ void ncr5385_device::device_reset()
m_diag_status_reg = DIAG_COMPLETE;
}
-WRITE8_MEMBER(ncr5385_device::write)
+void ncr5385_device::write(offs_t offset, uint8_t data)
{
switch (offset)
{
@@ -96,7 +96,7 @@ WRITE8_MEMBER(ncr5385_device::write)
}
}
-READ8_MEMBER(ncr5385_device::read)
+uint8_t ncr5385_device::read(offs_t offset)
{
switch (offset)
{