Changeset 2087
- Timestamp:
- Dec 20, 2010 9:54:30 PM (2 years ago)
- Location:
- cpu/x86/pc/olpc
- Files:
-
- 1 added
- 3 edited
-
fw.bth (modified) (1 diff)
-
gamekeynames.fth (added)
-
gamekeys.fth (modified) (1 diff)
-
via/fw.bth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/fw.bth
r1974 r2087 344 344 fload ${BP}/cpu/x86/pc/olpc/crypto.fth \ Cryptographic image validation 345 345 fload ${BP}/cpu/x86/pc/olpc/lzip.fth \ Access zip images from memory 346 fload ${BP}/cpu/x86/pc/olpc/gamekeynames.fth 346 347 fload ${BP}/cpu/x86/pc/olpc/gamekeys.fth 347 348 -
cpu/x86/pc/olpc/gamekeys.fth
r1537 r2087 1 1 purpose: Access to game keys (buttons on front panel) 2 3 h# 1 constant button-square4 h# 2 constant button-check5 h# 4 constant rocker-up6 h# 8 constant rocker-down7 h# 10 constant rocker-left8 h# 20 constant rocker-right9 h# 40 constant button-rotate10 h# 80 constant button-o11 h# 100 constant button-x12 2 13 3 0 value game-key-mask -
cpu/x86/pc/olpc/via/fw.bth
r2074 r2087 383 383 fload ${BP}/cpu/x86/pc/olpc/lzip.fth \ Access zip images from memory 384 384 385 fload ${BP}/cpu/x86/pc/olpc/gamekeynames.fth 385 386 fload ${BP}/cpu/x86/pc/olpc/gamekeys.fth 386 387
Note: See TracChangeset
for help on using the changeset viewer.
