Changeset 3510
- Timestamp:
- Jan 4, 2013 5:55:27 AM (6 months ago)
- Location:
- cpu
- Files:
-
- 1 added
- 2 edited
-
arm/olpc/1.75/olpc.bth (modified) (1 diff)
-
x86/pc/olpc/images/Beep-Beep-800Hz-8k.wav (added)
-
x86/pc/olpc/sound.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/1.75/olpc.bth
r3064 r3510 83 83 " sourceurl" " sourceurl" $add-dropin 84 84 85 " ${BP}/cpu/x86/pc/olpc/images/ Edge1-8k-EQ-Comp-Amp-Short.wav" " splash" $add-deflated-dropin85 " ${BP}/cpu/x86/pc/olpc/images/Beep-Beep-800Hz-8k.wav" " splash" $add-deflated-dropin 86 86 87 87 " ec.img" " ecimage.bin" $add-deflated-dropin -
cpu/x86/pc/olpc/sound.fth
r3049 r3510 29 29 : louder ( -- ) 2 +volume ; 30 30 31 " int:\boot\jingle.wav" d# 128 config-string jingle 32 : sound-name$ ( -- adr len ) 33 jingle $file-exists? if 34 jingle 35 else 36 " rom:splash" 37 then 38 ; 39 31 40 : sound ( -- ) 32 41 get-saved-volume d# -50 <= if exit then … … 34 43 ['] load-started behavior >r 35 44 ['] noop to load-started 36 " rom:splash"['] $play-wav catch if 2drop then45 sound-name$ ['] $play-wav catch if 2drop then 37 46 r> to load-started 38 47 r> to playback-volume
Note: See TracChangeset
for help on using the changeset viewer.
