Changeset 497 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Main.asm
- Timestamp:
- Dec 30, 2012, 6:33:47 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Main.asm
r483 r497 25 25 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! 26 26 %include "Romvars.inc" ; XTIDE Universal BIOS variables 27 %include "IdeRegisters.inc" ; Needed for port and device autodetection 27 28 %include "JRIDE_ISA.inc" ; For JR-IDE/ISA default segment 28 29 %include "XTCF.inc" ; For XT-CF modes … … 47 48 48 49 ; Include sources for this program 50 %include "AutoConfigure.asm" 49 51 %include "BiosFile.asm" 50 52 %include "Buffers.asm" … … 52 54 %include "EEPROM.asm" 53 55 %include "Flash.asm" 56 %include "IdeAutodetect.asm" 54 57 %include "MenuEvents.asm" 55 58 %include "Menuitem.asm"
Note:
See TracChangeset
for help on using the changeset viewer.