diff options
author | 2016-05-25 10:52:52 +0200 | |
---|---|---|
committer | 2016-05-25 10:52:52 +0200 | |
commit | edd814b95f48ecf82673be41eadf76256739f458 (patch) | |
tree | 5863963295e2c23d57fcd309d4233f73cf506e44 /src/devices/bus/sms_ctrl/paddle.cpp | |
parent | f7adead900211712fa8e8c3065a574d244c5b73c (diff) |
sms: More documentation update [Enik]
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 ) |