summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/zorro/a2065.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/amiga/zorro/a2065.h')
-rw-r--r--src/devices/bus/amiga/zorro/a2065.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/amiga/zorro/a2065.h b/src/devices/bus/amiga/zorro/a2065.h
index ee0a82541fd..f305309fe48 100644
--- a/src/devices/bus/amiga/zorro/a2065.h
+++ b/src/devices/bus/amiga/zorro/a2065.h
@@ -32,8 +32,8 @@ public:
// construction/destruction
a2065_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ16_MEMBER( host_ram_r );
- DECLARE_WRITE16_MEMBER( host_ram_w );
+ uint16_t host_ram_r(offs_t offset);
+ void host_ram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
uint16_t lance_ram_r(offs_t offset);
void lance_ram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);