summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i7220.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i7220.h')
-rw-r--r--src/devices/machine/i7220.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/i7220.h b/src/devices/machine/i7220.h
index d4d24a3e049..a65eecbf119 100644
--- a/src/devices/machine/i7220.h
+++ b/src/devices/machine/i7220.h
@@ -61,8 +61,8 @@ public:
virtual bool is_reset_on_load() const noexcept override { return false; }
virtual const char *file_extensions() const noexcept override { return "bubble"; }
- DECLARE_READ8_MEMBER(read);
- DECLARE_WRITE8_MEMBER(write);
+ uint8_t read(offs_t offset);
+ void write(offs_t offset, uint8_t data);
protected:
// device-level overrides