Author: wmb Date: 2008-01-03 00:29:23 +0100 (Thu, 03 Jan 2008) New Revision: 762
Modified: cpu/x86/pc/olpc/gamekeys.fth Log: OLPC game key display - changed "o" to "." for non-pressed keys, thus making it clearer which keys are down.
Modified: cpu/x86/pc/olpc/gamekeys.fth =================================================================== --- cpu/x86/pc/olpc/gamekeys.fth 2008-01-02 23:28:13 UTC (rev 761) +++ cpu/x86/pc/olpc/gamekeys.fth 2008-01-02 23:29:23 UTC (rev 762) @@ -13,7 +13,7 @@ 0 value game-key-mask
: show-key ( mask x y -- ) - at-xy game-key-mask and if ." *" else ." o" then + at-xy game-key-mask and if ." *" else ." ." then ; : update-game-keys ( mask -- ) dup game-key-mask or to game-key-mask