Changeset 224
- Timestamp:
- Nov 9, 2017, 11:25:55 PM (8 years ago)
- Location:
- trunk/bootcode
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.md5
r223 r224 1 1e8db9084198aa43164cf74b424f10e8airboot.bin1 53d5f738855ec00ba50a1d892cdaa09c airboot.bin -
trunk/bootcode/setup/menus.asm
r57 r224 154 154 dw offset TXT_SETUP_MakeSounds, offset TXT_SETUPHELP_MakeSounds 155 155 dw 6 dup (0) 156 157 ; While the FX-module is excluded from newer versions, we want to retain 158 ; the option of enabling it. 159 IFDEF FX_ENABLED 156 160 dw offset SETUPMAGIC_EnableDisable, offset CFG_CooperBars 157 161 dw offset TXT_SETUP_CooperBars, offset TXT_SETUPHELP_CooperBars 158 162 dw 6 dup (0) 163 ELSE 164 dw 0, 0 ; added for removal of cooper-bars 165 dw 0, 0 ; added for removal of cooper-bars 166 ENDIF 159 167 160 168 SETUP_AdvancedOptions:
Note:
See TracChangeset
for help on using the changeset viewer.