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


Ignore:
Timestamp:
Feb 29, 2012, 7:20:36 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Some minor optimizations.
  • Boot menu now displays JR-IDE/ISA bus type (M8).
  • Drive detection now displays ROM segment as JR-IDE/ISA Device address.
File:
1 edited

Legend:

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

    r277 r285  
    102102                                  db         59h,  4bh,  98h          ; compressed
    103103
     104g_szBusTypeValues_8MemMapped:   ; db        "M8 ",NULL
     105                                ; db         4dh,  38h,  20h,  00h    ; uncompressed
     106                                  db         53h,  31h,  00h          ; compressed
     107
    104108g_szBusTypeValues_Displacement equ (g_szBusTypeValues_8Reversed - g_szBusTypeValues)
    105109;
     
    124128%if g_szBusTypeValues_Serial <> g_szBusTypeValues_32 + g_szBusTypeValues_Displacement
    125129%error "g_szBusTypeValues Displacement Incorrect 6"
     130%endif
     131%if g_szBusTypeValues_8MemMapped <> g_szBusTypeValues_Serial + g_szBusTypeValues_Displacement
     132%error "g_szBusTypeValues Displacement Incorrect 7"
    126133%endif
    127134%endif
     
    189196                          db     4fh,  4ah, 0cbh,  3eh,  20h,  67h, 0fah,  3eh,  40h,  00h                                  ; compressed
    190197
    191 %ifdef MODULE_SERIAL        ;%%; is stripped off after string compression, %ifdef won't compress properly
     198;%%; %ifdef MODULE_SERIAL       ;%%; is stripped off after string compression, %ifdef won't compress properly
    192199g_szDetectOuterSerial:  ; db    "Serial %s on %s: ",NULL
    193200                        ; db     53h,  65h,  72h,  69h,  61h,  6ch,  20h,  25h,  73h,  20h,  6fh,  6eh,  20h,  25h,  73h,  3ah,  20h,  00h    ; uncompressed
     
    210217                          db     2ah,  37h,  29h,  37h,  91h                      ; compressed
    211218
    212 %endif                      ;%%; is stripped off after string compression, %ifdef won't compress properly
     219;%%; %endif                     ;%%; is stripped off after string compression, %ifdef won't compress properly
    213220g_szDetectEnd:
    214221g_szDetectPort:         ; db    "%x",NULL                       ; IDE Master at 1F0h:
     
    426433;; translated usage stats
    427434;; 33:1
    428 ;; 32:32
     435;; 32:33
    429436;; 181:1
    430437;; 53:2
     
    441448;; 34:3
    442449;; 49:1
    443 ;; 56:5
     450;; 56:6
    444451;; 45:3
    445452;; 175:1
     
    482489;; 75,K:1
    483490;; 76,L:3
    484 ;; 77,M:3
     491;; 77,M:4
    485492;; 78,N:
    486493;; 79,O:2
Note: See TracChangeset for help on using the changeset viewer.