[OpenBIOS] r625 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Wed Sep 19 07:35:55 CEST 2007


Author: wmb
Date: 2007-09-19 07:35:55 +0200 (Wed, 19 Sep 2007)
New Revision: 625

Modified:
   cpu/x86/pc/olpc/fw.bth
Log:
OLPC trac 3543 - fixed game keys on B1 machines.










Modified: cpu/x86/pc/olpc/fw.bth
===================================================================
--- cpu/x86/pc/olpc/fw.bth	2007-09-19 03:00:03 UTC (rev 624)
+++ cpu/x86/pc/olpc/fw.bth	2007-09-19 05:35:55 UTC (rev 625)
@@ -408,7 +408,7 @@
 
 : read-game-keys  ( -- )
 [ifdef] lx-devel  false exit  [then]
-   board-revision h# b20 <  if
+   board-revision h# b18 <  if
       h# 100 to game-key-mask
       exit
    then




More information about the OpenBIOS mailing list