Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Menupages/IdeControllerMenu.asm


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

Commit 1/2 (Library, Configurators and Serial Server):

  • Changed Emulate.inc so that making 286 and 386 versions now works. Additionally, only one processor type define is needed in the makefile.
  • Minor optimizations.
  • Fixed spelling and did some cleaning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/Src/Menupages/IdeControllerMenu.asm

    r2 r293  
    1 ; File name     :   IdeControllerMenu.asm
    2 ; Project name  :   XTIDE Univeral BIOS Configurator
    3 ; Created date  :   23.4.2010
    4 ; Last update   :   27.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS Configurator
    62; Description   :   Menu for configuring IDEVARS.
    73
     
    119115
    120116;--------------------------------------------------------------------
    121 ; Stores IDEVARS specific pointers to IDE Controller Menu 
     117; Stores IDEVARS specific pointers to IDE Controller Menu
    122118; MENUPAGEITEM structs.
    123119;
     
    133129ALIGN JUMP_ALIGN
    134130IdeControllerMenu_SetIdevarsOffset:
    135     eMOVZX  cx, BYTE [g_MenuPageIdeVars+MENUPAGE.bItemCnt]
     131    eMOVZX  cx, [g_MenuPageIdeVars+MENUPAGE.bItemCnt]
    136132    dec     cx
    137133    mov     bx, g_MenuPageItemIdeMaster+MENUPAGEITEM.pValue
Note: See TracChangeset for help on using the changeset viewer.