Changeset 263 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization


Ignore:
Timestamp:
Feb 24, 2012, 10:31:37 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Oops, forgot to check if it still compiled without floppy support, fixed up a couple of typos and put an ifdef back into place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm

    r262 r263  
    7575
    7676.AddFloppies:       
    77 ;%ifdef MODULE_SERIAL_FLOPPY       
     77%ifdef MODULE_SERIAL_FLOPPY     
    7878;----------------------------------------------------------------------
    7979;
     
    111111.NoFloppies:   
    112112    mov     [RAMVARS.xlateVars+XLATEVARS.bFlopCntAndFirst], al
    113 ;%endif
     113%endif
    114114       
    115115    ret
Note: See TracChangeset for help on using the changeset viewer.