summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6840ptm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/6840ptm.cpp')
-rw-r--r--src/devices/machine/6840ptm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/6840ptm.cpp b/src/devices/machine/6840ptm.cpp
index 36b2cd5002b..bf1e6f4adb1 100644
--- a/src/devices/machine/6840ptm.cpp
+++ b/src/devices/machine/6840ptm.cpp
@@ -423,7 +423,7 @@ void ptm6840_device::reload_count(int idx)
// read - Read Timer
//-------------------------------------------------
-uint8_t ptm6840_device::read(offs_t offset)
+READ8_MEMBER( ptm6840_device::read )
{
int val;
@@ -487,7 +487,7 @@ uint8_t ptm6840_device::read(offs_t offset)
// write - Write Timer
//-------------------------------------------------
-void ptm6840_device::write(offs_t offset, uint8_t data)
+WRITE8_MEMBER( ptm6840_device::write )
{
switch ( offset )
{