Changeset 223 for trunk/bootcode/regular/other.asm
- Timestamp:
- Nov 9, 2017, 11:25:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/other.asm
r200 r223 264 264 ; Delay for some time and get Strg/Alt State 265 265 ; ============================================ 266 267 ; While the FX-module is excluded from newer versions, we want to retain 268 ; the option of enabling it. 269 IFDEF FX_ENABLED 266 270 test byte ptr [CFG_CooperBars], 1 267 271 jnz PCM_ShortDelay 272 ENDIF 273 268 274 mov al, 27 ; About 1.5 seconds 269 275 test byte ptr [CFG_FloppyBootGetName], 1
Note:
See TracChangeset
for help on using the changeset viewer.