summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/aic6250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/aic6250.h')
-rw-r--r--src/devices/machine/aic6250.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/aic6250.h b/src/devices/machine/aic6250.h
index 9f6febfd8a7..048aa6de0c8 100644
--- a/src/devices/machine/aic6250.h
+++ b/src/devices/machine/aic6250.h
@@ -25,8 +25,8 @@ public:
DECLARE_WRITE_LINE_MEMBER(back_w);
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ u8 read(address_space &space, offs_t offset);
+ void write(offs_t offset, u8 data);
u8 dma_r();
u16 dma16_r();