Changeset 33 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Aug 23, 2010, 4:27:11 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r32 r33 38 38 at ROMVARS.bRomSize, db CNT_ROM_BLOCKS ; ROM size in 512B blocks 39 39 at ROMVARS.rgbJump, jmp Initialize_FromMainBiosRomSearch 40 at ROMVARS.rgbDate, db "08/ 03/10" ; Build data (mm/dd/yy)40 at ROMVARS.rgbDate, db "08/23/10" ; Build data (mm/dd/yy) 41 41 at ROMVARS.rgbSign, db "XTIDE110" ; Signature for flash program 42 42 at ROMVARS.szTitle … … 49 49 db " (XT)=-",STOP 50 50 %endif 51 at ROMVARS.szVersion, db "v1.1.3 (08/ 03/10)",STOP51 at ROMVARS.szVersion, db "v1.1.3 (08/23/10)",STOP 52 52 53 53 ;---------------------------; … … 119 119 ; Include .asm files (Initialization and drive detection) 120 120 %include "Initialize.asm" ; For BIOS initialization 121 %include "Interrupts.asm" ; For Interrupt initialization 121 122 %include "RamVars.asm" ; For RAMVARS initialization and access 122 123 %include "CreateDPT.asm" ; For creating DPTs
Note:
See TracChangeset
for help on using the changeset viewer.