diff options
Diffstat (limited to 'src/devices/bus/sms_ctrl/lphaser.h')
-rw-r--r-- | src/devices/bus/sms_ctrl/lphaser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sms_ctrl/lphaser.h b/src/devices/bus/sms_ctrl/lphaser.h index 7d2f9ca1ed6..860b8d4007f 100644 --- a/src/devices/bus/sms_ctrl/lphaser.h +++ b/src/devices/bus/sms_ctrl/lphaser.h @@ -34,7 +34,7 @@ public: // optional information overrides virtual ioport_constructor device_input_ports() const override; - DECLARE_CUSTOM_INPUT_MEMBER( th_pin_r ); + DECLARE_READ_LINE_MEMBER( th_pin_r ); DECLARE_INPUT_CHANGED_MEMBER( position_changed ); protected: |