Changeset 305 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Mar 9, 2012, 7:21:05 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • AH=25h (Get Drive Information) no longer call Device_IdentifyToBufferInESSIwithDriveSelectByteInBH (stack usage is now much smaller).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r294 r305  
    5454        db  " (XT)=-",NULL
    5555%endif
    56     at  ROMVARS.szVersion,  db  "v2.0.0",BETA," (",__DATE__,")",NULL
     56    at  ROMVARS.szVersion,  db  "v2.0.0",BETA,"1 (",__DATE__,")",NULL
    5757
    5858;;; For OR'ing into wFlags below
Note: See TracChangeset for help on using the changeset viewer.