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


Ignore:
Timestamp:
Sep 13, 2010, 11:16:42 AM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:
  • Better INT 40h handler detection to fix floppy drive detection with AMI 286 BIOS.
File:
1 edited

Legend:

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

    r35 r39  
    3838    at  ROMVARS.bRomSize,   db  CNT_ROM_BLOCKS  ; ROM size in 512B blocks
    3939    at  ROMVARS.rgbJump,    jmp Initialize_FromMainBiosRomSearch
    40     at  ROMVARS.rgbDate,    db  "08/24/10"      ; Build data (mm/dd/yy)
     40    at  ROMVARS.rgbDate,    db  "09/13/10"      ; Build data (mm/dd/yy)
    4141    at  ROMVARS.rgbSign,    db  "XTIDE110"      ; Signature for flash program
    4242    at  ROMVARS.szTitle
     
    4949        db  " (XT)=-",STOP
    5050%endif
    51     at  ROMVARS.szVersion,  db  "v1.1.4 (08/24/10)",STOP
     51    at  ROMVARS.szVersion,  db  "v1.1.4 (09/13/10)",STOP
    5252
    5353;---------------------------;
Note: See TracChangeset for help on using the changeset viewer.