Changeset 194 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Strings.asm
- Timestamp:
- Nov 17, 2011, 11:07:58 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Strings.asm
r189 r194 51 51 ; Ensure that addressing modes are correctly spaced in memory 52 52 ; 53 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 53 54 %if g_szLCHS <> g_szAddressingModes 54 55 %error "g_szAddressingModes Displacement Incorrect 1" … … 62 63 %if g_szLBA48 <> g_szLBA28 + g_szAddressingModes_Displacement 63 64 %error "g_szAddressingModes Displacement Incorrect 4" 64 %endif 65 %endif 66 %endif 65 67 66 68 g_szFddUnknown: db "%sUnknown",NULL … … 83 85 ; Ensure that bus type strings are correctly spaced in memory 84 86 ; 87 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 85 88 %if g_szBusTypeValues_8Dual <> g_szBusTypeValues 86 89 %error "g_szBusTypeValues Displacement Incorrect 1" … … 100 103 %if g_szBusTypeValues_Serial <> g_szBusTypeValues_32 + g_szBusTypeValues_Displacement 101 104 %error "g_szBusTypeValues Displacement Incorrect 6" 102 %endif 105 %endif 106 %endif 103 107 104 108 g_szSelectionTimeout: db DOUBLE_BOTTOM_LEFT_CORNER,DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL,"%ASelection in %2-u s",NULL
Note:
See TracChangeset
for help on using the changeset viewer.