summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/f3853.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/f3853.h')
-rw-r--r--src/devices/machine/f3853.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/f3853.h b/src/devices/machine/f3853.h
index 762f46950fb..48d0543dfec 100644
--- a/src/devices/machine/f3853.h
+++ b/src/devices/machine/f3853.h
@@ -169,6 +169,7 @@ class f38t56_device : public f3856_device
public:
f38t56_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ virtual DECLARE_READ8_MEMBER(read) override;
virtual DECLARE_WRITE8_MEMBER(write) override;
};