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