summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/x68k/x68k_midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/x68k/x68k_midi.h')
-rw-r--r--src/devices/bus/x68k/x68k_midi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/x68k/x68k_midi.h b/src/devices/bus/x68k/x68k_midi.h
index 405ab433bd9..b43968d468b 100644
--- a/src/devices/bus/x68k/x68k_midi.h
+++ b/src/devices/bus/x68k/x68k_midi.h
@@ -27,8 +27,8 @@ public:
// optional information overrides
virtual void device_add_mconfig(machine_config &config) override;
- DECLARE_READ8_MEMBER(x68k_midi_reg_r);
- DECLARE_WRITE8_MEMBER(x68k_midi_reg_w);
+ uint8_t x68k_midi_reg_r(offs_t offset);
+ void x68k_midi_reg_w(offs_t offset, uint8_t data);
protected:
// device-level overrides