diff options
Diffstat (limited to 'src/devices/bus/sms_ctrl/paddle.cpp')
-rw-r--r-- | src/devices/bus/sms_ctrl/paddle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sms_ctrl/paddle.cpp b/src/devices/bus/sms_ctrl/paddle.cpp index 964a00f5133..805e0827533 100644 --- a/src/devices/bus/sms_ctrl/paddle.cpp +++ b/src/devices/bus/sms_ctrl/paddle.cpp @@ -35,7 +35,7 @@ const device_type SMS_PADDLE = &device_creator<sms_paddle_device>; // time interval not verified // Player 2 of Galactic Protector is the most sensible to this timming. -#define PADDLE_INTERVAL attotime::from_hz(XTAL_53_693175MHz/15/100) +#define PADDLE_INTERVAL attotime::from_hz(XTAL_10_738635MHz/3/100) CUSTOM_INPUT_MEMBER( sms_paddle_device::rldu_pins_r ) |