From: Drew Fisher Date: Wed, 24 Feb 2010 02:18:58 +0000 (-0500) Subject: Trivial comment change in SNES documentation X-Git-Url: http://git.zarvox.org/?a=commitdiff_plain;h=237d4c738eae8b849053bde821693943cc118642;p=usbsnes.git Trivial comment change in SNES documentation --- diff --git a/snes.S b/snes.S index bac54a0..a59cabd 100644 --- a/snes.S +++ b/snes.S @@ -14,7 +14,7 @@ ; (Standard) Communication Timeline ; 0us - If serial data is low, Data latch raised ; 6us - Check that Serial data is high -; 12us - Data latch lowered. Controller drives data for button B +; 12us - Data latch dropped. Controller drives data for button B ; 18us - Data clock dropped. Read data for button B ; 24us - Data clock raised. Controller drives data for button Y ; 30us ...