summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a30.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a30.cpp')
-rw-r--r--src/devices/machine/e05a30.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/e05a30.cpp b/src/devices/machine/e05a30.cpp
index 4857c75bc3d..8b6d17f21b1 100644
--- a/src/devices/machine/e05a30.cpp
+++ b/src/devices/machine/e05a30.cpp
@@ -162,7 +162,7 @@ WRITE_LINE_MEMBER( e05a30_device::centronics_input_strobe )
IMPLEMENTATION
***************************************************************************/
-WRITE8_MEMBER( e05a30_device::write )
+void e05a30_device::write(offs_t offset, uint8_t data)
{
LOG("%s: e05a30_w([0xC0%02x]): %02x\n", machine().describe_context(), offset, data);
@@ -190,7 +190,7 @@ WRITE8_MEMBER( e05a30_device::write )
}
}
-READ8_MEMBER( e05a30_device::read )
+uint8_t e05a30_device::read(offs_t offset)
{
uint8_t result = 0;