summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ps2timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ps2timer.h')
-rw-r--r--src/devices/machine/ps2timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ps2timer.h b/src/devices/machine/ps2timer.h
index c412745b6ad..f7cd398f938 100644
--- a/src/devices/machine/ps2timer.h
+++ b/src/devices/machine/ps2timer.h
@@ -25,8 +25,8 @@ public:
ps2_timer_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ32_MEMBER(read);
- DECLARE_WRITE32_MEMBER(write);
+ uint32_t read(offs_t offset, uint32_t mem_mask = ~0);
+ void write(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
protected:
enum timer_mode_mask : uint32_t