summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc37c665gt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/fdc37c665gt.h')
-rw-r--r--src/devices/machine/fdc37c665gt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/fdc37c665gt.h b/src/devices/machine/fdc37c665gt.h
index 47fdd855503..df733078aae 100644
--- a/src/devices/machine/fdc37c665gt.h
+++ b/src/devices/machine/fdc37c665gt.h
@@ -18,8 +18,8 @@ public:
// construction/destruction
fdc37c665gt_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
protected:
// device-level overrides