summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8722.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8722.h')
-rw-r--r--src/devices/machine/mos8722.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8722.h b/src/devices/machine/mos8722.h
index e5d32d4e4ea..2b80aa846c2 100644
--- a/src/devices/machine/mos8722.h
+++ b/src/devices/machine/mos8722.h
@@ -57,7 +57,7 @@ public:
auto sense40() { return m_read_sense40.bind(); }
uint8_t read(offs_t offset, uint8_t data);
- DECLARE_WRITE8_MEMBER( write );
+ void write(offs_t offset, uint8_t data);
DECLARE_READ_LINE_MEMBER( fsdir_r );