summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/x68k/x68k_neptunex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/x68k/x68k_neptunex.h')
-rw-r--r--src/devices/bus/x68k/x68k_neptunex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/x68k/x68k_neptunex.h b/src/devices/bus/x68k/x68k_neptunex.h
index 6bcfe6f7025..b60a58d46e1 100644
--- a/src/devices/bus/x68k/x68k_neptunex.h
+++ b/src/devices/bus/x68k/x68k_neptunex.h
@@ -27,8 +27,8 @@ public:
// construction/destruction
x68k_neptune_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ16_MEMBER(x68k_neptune_port_r);
- DECLARE_WRITE16_MEMBER(x68k_neptune_port_w);
+ uint16_t x68k_neptune_port_r(offs_t offset, uint16_t mem_mask = ~0);
+ void x68k_neptune_port_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
protected:
// device-level overrides