Changeset 46 for trunk/BOOTCODE/SPECIAL/SOUND.ASM
- Timestamp:
- Apr 12, 2014, 8:23:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/SPECIAL/SOUND.ASM
r30 r46 27 27 28 28 SOUND_PreBootMenu Proc Near Uses ax 29 test CFG_MakeSound, 129 test byte ptr [CFG_MakeSound], 1 30 30 jz SOUND_PreBootMenu_SkipSound 31 test StartSoundPlayed, 131 test byte ptr [StartSoundPlayed], 1 32 32 jnz SOUND_PreBootMenu_SkipSound 33 33 mov ax, 1500 … … 39 39 mov ax, 200 40 40 call SOUND_WaitToSilence 41 mov StartSoundPlayed, 141 mov byte ptr [StartSoundPlayed], 1 42 42 SOUND_PreBootMenu_SkipSound: 43 43 ret … … 45 45 46 46 SOUND_ExecuteBoot Proc Near Uses ax 47 test CFG_MakeSound, 147 test byte ptr [CFG_MakeSound], 1 48 48 jz SOUND_ExecuteBoot_SkipSound 49 49 mov ax, 2000
Note:
See TracChangeset
for help on using the changeset viewer.