Changeset 510 in xtideuniversalbios


Ignore:
Timestamp:
Mar 2, 2013, 4:26:07 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • USE_UNDOC_INTEL is now automatically defined when defining USE_286 (and USE_386).
Location:
trunk/Assembly_Library/Inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/BiosFunctions.inc

    r446 r510  
    4747RESET_HARD_DISK                 EQU     0Dh
    4848GET_DISK_TYPE                   EQU     15h
     49LOTECH_XTCF_FEATURES            EQU     1Eh
    4950GET_DRIVE_INFORMATION           EQU     25h
    5051CHECK_EXTENSIONS_PRESENT        EQU     41h
  • trunk/Assembly_Library/Inc/Emulate.inc

    r491 r510  
    2424%ifdef USE_286
    2525    %define USE_186             ; Define to use 18x/V20/V30 instructions
     26    %define USE_UNDOC_INTEL     ; Not supported by NEC V20/V30
    2627%endif
    2728
Note: See TracChangeset for help on using the changeset viewer.