Changeset 263 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS
- Timestamp:
- Feb 24, 2012, 10:31:37 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r262 r263 40 40 ; as we need to wrap both hard disk and floppy drive counts 41 41 %else 42 jz SHORT . WeHandleTheFunction; we handle all *hard disk* (only) traffic for function 08h,42 jz SHORT .OurFunction ; we handle all *hard disk* (only) traffic for function 08h, 43 43 ; as we need to wrap the hard disk drive count 44 44 test dl, dl -
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r262 r263 75 75 76 76 .AddFloppies: 77 ;%ifdef MODULE_SERIAL_FLOPPY77 %ifdef MODULE_SERIAL_FLOPPY 78 78 ;---------------------------------------------------------------------- 79 79 ; … … 111 111 .NoFloppies: 112 112 mov [RAMVARS.xlateVars+XLATEVARS.bFlopCntAndFirst], al 113 ;%endif113 %endif 114 114 115 115 ret
Note:
See TracChangeset
for help on using the changeset viewer.