summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_hdc.h')
-rw-r--r--src/devices/bus/isa/p1_hdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/p1_hdc.h b/src/devices/bus/isa/p1_hdc.h
index 65fbb801886..2947dba1e84 100644
--- a/src/devices/bus/isa/p1_hdc.h
+++ b/src/devices/bus/isa/p1_hdc.h
@@ -42,8 +42,8 @@ private:
// uint8_t m_ram[0x800];
public:
- DECLARE_READ8_MEMBER(p1_HDC_r);
- DECLARE_WRITE8_MEMBER(p1_HDC_w);
+ uint8_t p1_HDC_r(offs_t offset);
+ void p1_HDC_w(offs_t offset, uint8_t data);
};