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


Ignore:
Timestamp:
Nov 3, 2012, 9:05:48 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Faster DMA support (with less error tolerance).
  • Fixed boot menu device type strings.
File:
1 edited

Legend:

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

    r473 r486  
    226226                                  db         20h,  2dh,  0ch          ; compressed
    227227
     228g_szDeviceTypeValues_8bit:      ; db        "  8",NULL
     229                                ; db         20h,  20h,  38h,  00h    ; uncompressed
     230                                  db         20h,  20h,  11h          ; compressed
     231
    228232g_szDeviceTypeValues_XTIDEr1:   ; db        "D8 ",NULL  ; Dual 8-bit
    229233                                ; db         44h,  38h,  20h,  00h    ; uncompressed
     
    263267%error "g_szDeviceTypeValues Displacement Incorrect 1"
    264268%endif
    265 %if g_szDeviceTypeValues_32bit <> g_szDeviceTypeValues + g_szDeviceTypeValues_Displacement
     269%if g_szDeviceTypeValues_32bit <> g_szDeviceTypeValues_16bit + g_szDeviceTypeValues_Displacement
    266270%error "g_szDeviceTypeValues Displacement Incorrect 2"
    267271%endif
    268 %if g_szDeviceTypeValues_XTIDEr1 <> g_szDeviceTypeValues_32bit + g_szDeviceTypeValues_Displacement
     272%if g_szDeviceTypeValues_8bit <> g_szDeviceTypeValues_32bit + g_szDeviceTypeValues_Displacement
     273%error "g_szDeviceTypeValues Displacement Incorrect 2"
     274%endif
     275%if g_szDeviceTypeValues_XTIDEr1 <> g_szDeviceTypeValues_8bit + g_szDeviceTypeValues_Displacement
    269276%error "g_szDeviceTypeValues Displacement Incorrect 3"
    270277%endif
     
    489496;; translated usage stats
    490497;; 33:1
    491 ;; 32:27
     498;; 32:29
    492499;; 181:1
    493500;; 53:2
     
    504511;; 34:3
    505512;; 49:1
    506 ;; 56:6
     513;; 56:7
    507514;; 45:1
    508515;; 175:1
Note: See TracChangeset for help on using the changeset viewer.