Changeset 392 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm


Ignore:
Timestamp:
Apr 17, 2012, 2:42:54 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Greatly improved Hotkey Bar is displayed during drive detection.
  • 8k builds no longer include boot menu.
  • Boot menu is displayed only if F2 is pressed during drive detection.
  • Some changes to directory structure.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm

    r376 r392  
    2626; GNU General Public License for more details.
    2727; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
    28 ;              
     28;       
    2929
    3030%ifdef MODULE_STRINGS_COMPRESSED_PRECOMPRESS
     
    128128
    129129; Boot loader strings
    130 g_szTryToBoot:          ; db    "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL
    131                         ; db     42h,  6fh,  6fh,  74h,  69h,  6eh,  67h,  20h,  66h,  72h,  6fh,  6dh,  20h,  25h,  73h,  20h,  25h,  78h, 0afh,  25h,  78h,  0ah,  0dh,  00h    ; uncompressed
    132                           db     48h,  75h,  75h,  7ah,  6fh,  74h, 0edh,  6ch,  78h,  75h, 0f3h,  3eh,  20h,  39h,  24h,  39h,  1bh                                              ; compressed
     130g_szTryToBoot:          ; db    "Booting %c",ANGLE_QUOTE_RIGHT,"%c",LF,CR,NULL
     131                        ; db     42h,  6fh,  6fh,  74h,  69h,  6eh,  67h,  20h,  25h,  63h, 0afh,  25h,  63h,  0ah,  0dh,  00h    ; uncompressed
     132                          db     48h,  75h,  75h,  7ah,  6fh,  74h, 0edh,  35h,  24h,  35h,  1bh                                  ; compressed
    133133
    134134g_szBootSectorNotFound: ; db    "Boot sector "
     
    143143                        ; db     45h,  72h,  72h,  6fh,  72h,  20h,  25h,  78h,  21h,  0ah,  0dh,  00h    ; uncompressed
    144144                          db     4bh,  78h,  78h,  75h, 0f8h,  39h,  25h,  1bh                            ; compressed
     145
    145146
    146147
     
    249250
    250251; Boot menu bottom of screen strings
    251 g_szFDD:        ; db    "FDD     ",NULL
    252                 ; db     46h,  44h,  44h,  20h,  20h,  20h,  20h,  20h,  00h    ; uncompressed
    253                   db     4ch,  4ah, 0cah,  20h,  20h,  20h,  00h                ; compressed
    254 
    255 g_szHDD:        ; db    "HDD     ",NULL
    256                 ; db     48h,  44h,  44h,  20h,  20h,  20h,  20h,  20h,  00h    ; uncompressed
    257                   db     4eh,  4ah, 0cah,  20h,  20h,  20h,  00h                ; compressed
    258 
    259 g_szRomBoot:    ; db    "ROM Boot",NULL
    260                 ; db     52h,  4fh,  4dh,  20h,  42h,  6fh,  6fh,  74h,  00h    ; uncompressed
    261                   db     58h,  55h, 0d3h,  48h,  75h,  75h, 0bah                ; compressed
    262 
    263 g_szHotkey:     ; db    "%A%c%c%A%s%A ",NULL
     252g_szFDD:        ; db    "FDD [%c]",NULL         ; "FDD [A]"
     253                ; db     46h,  44h,  44h,  20h,  5bh,  25h,  63h,  5dh,  00h    ; uncompressed
     254                  db     4ch,  4ah, 0cah,  61h,  35h, 0a3h                      ; compressed
     255
     256g_szHDD:        ; db    "HDD [%c]",NULL         ; "HDD [C]"
     257                ; db     48h,  44h,  44h,  20h,  5bh,  25h,  63h,  5dh,  00h    ; uncompressed
     258                  db     4eh,  4ah, 0cah,  61h,  35h, 0a3h                      ; compressed
     259
     260g_szBootMenu:   ; db    "%sMnu",NULL            ; "BootMnu"
     261                ; db     25h,  73h,  4dh,  6eh,  75h,  00h    ; uncompressed
     262                  db     3eh,  53h,  74h, 0bbh                ; compressed
     263
     264g_szRomBoot:    ; db    "Rom%s",NULL            ; "RomBoot"
     265                ; db     52h,  6fh,  6dh,  25h,  73h,  00h    ; uncompressed
     266                  db     58h,  75h,  73h,  1eh                ; compressed
     267
     268g_szBoot:       ; db    "Boot",NULL
     269                ; db     42h,  6fh,  6fh,  74h,  00h    ; uncompressed
     270                  db     48h,  75h,  75h, 0bah          ; compressed
     271
     272g_szHotkey:     ; db    "%A%c%c%A%s%A ",NULL    ; "C»HDD [A] ", "F2BootMnu " or "F8RomBoot "
    264273                ; db     25h,  41h,  25h,  63h,  25h,  63h,  25h,  41h,  25h,  73h,  25h,  41h,  20h,  00h    ; uncompressed
    265274                  db     3dh,  35h,  35h,  3dh,  3eh,  3dh,  00h                                              ; compressed
     
    371380; End of StringsCompress.pl information
    372381;
    373 ;------------------------------------------------------------------------------------------
    374 
    375382;;; end of input stream
    376383
     
    455462;; translated usage stats
    456463;; 33:1
    457 ;; 32:31
     464;; 32:22
    458465;; 181:1
    459466;; 53:2
     
    481488;; 2-u:1
    482489;; 5-u:2
    483 ;; x:7
    484 ;; s:12
     490;; x:5
     491;; s:13
    485492;; 5-x:1
    486493;; nl:8
    487494;; 2-I:1
    488 ;; c:5
     495;; c:9
    489496;; u:6
    490497;; z:1
     
    513520;; 77,M:4
    514521;; 78,N:1
    515 ;; 79,O:2
     522;; 79,O:1
    516523;; 80,P:2
    517524;; 81,Q:1
     
    525532;; 89,Y:
    526533;; 90,Z:
    527 ;; 91,[:
     534;; 91,[:2
    528535;; 92,\:
    529 ;; 93,]:
     536;; 93,]:2
    530537;; 94,^:
    531538;; 95,_:
     
    536543;; 100,d:6
    537544;; 101,e:15
    538 ;; 102,f:2
     545;; 102,f:1
    539546;; 103,g:2
    540547;; 104,h:
     
    544551;; 108,l:5
    545552;; 109,m:1
    546 ;; 110,n:10
     553;; 110,n:11
    547554;; 111,o:17
    548555;; 112,p:3
    549556;; 113,q:
    550 ;; 114,r:12
     557;; 114,r:11
    551558;; 115,s:7
    552559;; 116,t:12
    553 ;; 117,u:3
     560;; 117,u:4
    554561;; 118,v:3
    555562;; 119,w:1
    556563;; 120,x:
    557564;; 121,y:2
    558 ;; alphabet used count: 42
     565;; alphabet used count: 44
    559566%endif ; STRINGSCOMPRESSED_TABLES
    560567
Note: See TracChangeset for help on using the changeset viewer.