From 7bd8c12dac880838a1a30747b9df21768dc18cbf Mon Sep 17 00:00:00 2001 From: nand2mario Date: Wed, 1 Nov 2023 20:46:32 +0800 Subject: [PATCH] doc --- src/dualshock_controller.v | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/dualshock_controller.v b/src/dualshock_controller.v index 5c8df56..ce25791 100644 --- a/src/dualshock_controller.v +++ b/src/dualshock_controller.v @@ -12,10 +12,9 @@ // An author does no guarantee about this program. // You can use this under your own risk. // -// 2003.10.30 It is optimized . by K Degawa -// -// 2023.11 nand2mario: simplify by removing I_VIB_DAT for more vibration control\ -// +// 2003.10.30 It is optimized . by K Degawa +// 2023.11 nand2mario: stop using signal as clock for ps_rxd to improve stability +// remove fine-grained vibration control as we don't use it// //------------------------------------------------------------------- `timescale 100ps/10ps