summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spectrum/protek.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spectrum/protek.h')
-rw-r--r--src/devices/bus/spectrum/protek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/protek.h b/src/devices/bus/spectrum/protek.h
index 8f16d66ecf4..9edd5a82f29 100644
--- a/src/devices/bus/spectrum/protek.h
+++ b/src/devices/bus/spectrum/protek.h
@@ -35,7 +35,7 @@ protected:
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
- virtual uint8_t port_fe_r(offs_t offset) override;
+ virtual uint8_t iorq_r(offs_t offset) override;
private:
required_ioport m_exp_line3;