Changeset 186 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm
- Timestamp:
- Nov 15, 2011, 10:35:17 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Main.asm
r183 r186 153 153 ; Libraries and data 154 154 %include "AssemblyLibrary.asm" 155 %ifdef MODULE_STRINGS_COMPRESSED 156 %include "StringsCompressed.asm" 157 %else 155 158 %include "Strings.asm" ; For BIOS message strings 159 %endif 156 160 157 161 ; Initialization and drive detection
Note:
See TracChangeset
for help on using the changeset viewer.