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


Ignore:
Timestamp:
Mar 4, 2012, 1:35:10 AM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Commit 2/2 (BIOS):

  • Fixed a bug in AH1h_HStatus.asm.
  • Minor optimizations.
  • Fixed spelling and did some cleaning.
File:
1 edited

Legend:

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

    r292 r294  
    1313;                   file (so no linker needed, Nasm does it all).
    1414
    15 ORG 000h                        ; Code start offset 0000h
     15    ORG 0                           ; Code start offset 0000h
    1616
    1717%define MENUEVENT_INLINE_OFFSETS    ; Only one menu required, save space and inline offsets
     
    201201    %include "IdeTransfer.asm"      ; Must be included after IdeCommand.asm
    202202    %include "IdeWait.asm"
    203     %include "IdeError.asm"         ; Must be included after IdeWait.asm       
     203    %include "IdeError.asm"         ; Must be included after IdeWait.asm
    204204    %include "IdeDPT.asm"
    205205    %include "IdeIO.asm"
     
    215215    %include "MemIdeTransfer.asm"   ; Must be included after IdeCommand.asm
    216216    %include "IdeWait.asm"
    217     %include "IdeError.asm"         ; Must be included after IdeWait.asm       
     217    %include "IdeError.asm"         ; Must be included after IdeWait.asm
    218218%undef IDEDEVICE
    219219%endif
Note: See TracChangeset for help on using the changeset viewer.