summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/qimi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/qimi.h')
-rw-r--r--src/mame/machine/qimi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/qimi.h b/src/mame/machine/qimi.h
index 033d8d7bc7a..1c4f89dff55 100644
--- a/src/mame/machine/qimi.h
+++ b/src/mame/machine/qimi.h
@@ -29,8 +29,8 @@ public:
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
- uint8_t read(offs_t offset, uint8_t data);
- void write(offs_t offset, uint8_t data);
+ uint8_t read(address_space &space, offs_t offset, uint8_t data);
+ DECLARE_WRITE8_MEMBER( write );
DECLARE_INPUT_CHANGED_MEMBER( mouse_x_changed );
DECLARE_INPUT_CHANGED_MEMBER( mouse_y_changed );