Changeset 601 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
- Timestamp:
- Feb 14, 2019, 7:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
r589 r601 253 253 254 254 g_szDeviceTypeValues: 255 g_szDeviceTypeValues_16bit: ; db " 16",NULL256 ; db 20h, 31h, 36h, 00h ; uncompressed257 db 20h, 2bh, 0fh ; compressed255 g_szDeviceTypeValues_16bit: ; db " 16",NULL 256 ; db 20h, 31h, 36h, 00h ; uncompressed 257 db 20h, 2bh, 0fh ; compressed 258 258 259 259 %ifdef MODULE_ADVANCED_ATA OR MODULE_8BIT_IDE OR MODULE_8BIT_IDE_ADVANCED OR MODULE_SERIAL 260 g_szDeviceTypeValues_32bit: ; db " 32",NULL261 ; db 20h, 33h, 32h, 00h ; uncompressed262 db 20h, 2dh, 0ch ; compressed260 g_szDeviceTypeValues_32bit: ; db " 32",NULL 261 ; db 20h, 33h, 32h, 00h ; uncompressed 262 db 20h, 2dh, 0ch ; compressed 263 263 264 264 %ifdef MODULE_8BIT_IDE OR MODULE_8BIT_IDE_ADVANCED OR MODULE_SERIAL 265 g_szDeviceTypeValues_8bit: ; db " 8",NULL 266 ; db 20h, 20h, 38h, 00h ; uncompressed 267 db 20h, 20h, 10h ; compressed 268 269 g_szDeviceTypeValues_XTIDEr1: ; db "D8 ",NULL ; Dual 8-bit 270 ; db 44h, 38h, 20h, 00h ; uncompressed 271 db 4ah, 30h, 00h ; compressed 272 273 g_szDeviceTypeValues_XTIDEr2: ; db "X8 ",NULL ; A0<->A3 swapped 8-bit 274 ; db 58h, 38h, 20h, 00h ; uncompressed 275 db 5eh, 30h, 00h ; compressed 265 g_szDeviceTypeValues_8bit: ; db " 8",NULL 266 ; db 20h, 20h, 38h, 00h ; uncompressed 267 db 20h, 20h, 10h ; compressed 268 269 g_szDeviceTypeValues_XTIDEr1: ; db "D8 ",NULL ; Dual 8-bit 270 ; db 44h, 38h, 20h, 00h ; uncompressed 271 db 4ah, 30h, 00h ; compressed 272 273 g_szDeviceTypeValues_XTIDEr2: ; db "X8 ",NULL ; A0<->A3 swapped 8-bit 274 ; db 58h, 38h, 20h, 00h ; uncompressed 275 db 5eh, 30h, 00h ; compressed 276 277 g_szDeviceTypeValues_XTIDEr2_Olivetti: ; db "X8O",NULL ; Same as above but in Olivetti M24 and derivatives 278 ; db 58h, 38h, 4fh, 00h ; uncompressed 279 db 5eh, 30h, 95h ; compressed 276 280 277 281 %ifdef MODULE_8BIT_IDE_ADVANCED OR MODULE_SERIAL 278 g_szDeviceTypeValues_XTCFpio8: ; db "T8 ",NULL ; True 8-bit279 ; db 54h, 38h, 20h, 00h ; uncompressed280 db 5ah, 30h, 00h ; compressed281 282 g_szDeviceTypeValues_XTCFpio8BIU: ; db "T8B",NULL283 ; db 54h, 38h, 42h, 00h ; uncompressed284 db 5ah, 30h, 88h ; compressed285 286 g_szDeviceTypeValues_XTCFpio16BIU: ; db "16B",NULL287 ; db 31h, 36h, 42h, 00h ; uncompressed288 db 2bh, 2fh, 88h ; compressed289 290 g_szDeviceTypeValues_XTCFdma: ; db "8MA",NULL ; DMA 8-bit291 ; db 38h, 4dh, 41h, 00h ; uncompressed292 db 30h, 53h, 87h ; compressed293 294 g_szDeviceTypeValues_JrIde: ; db "M8 ",NULL ; Memory Mapped 8-bit295 ; db 4dh, 38h, 20h, 00h ; uncompressed296 db 53h, 30h, 00h ; compressed297 298 g_szDeviceTypeValues_ADP50L: ; db "M8 ",NULL ; Memory Mapped 8-bit299 ; db 4dh, 38h, 20h, 00h ; uncompressed300 db 53h, 30h, 00h ; compressed282 g_szDeviceTypeValues_XTCFpio8: ; db "T8 ",NULL ; True 8-bit 283 ; db 54h, 38h, 20h, 00h ; uncompressed 284 db 5ah, 30h, 00h ; compressed 285 286 g_szDeviceTypeValues_XTCFpio8BIU: ; db "T8B",NULL 287 ; db 54h, 38h, 42h, 00h ; uncompressed 288 db 5ah, 30h, 88h ; compressed 289 290 g_szDeviceTypeValues_XTCFpio16BIU: ; db "16B",NULL 291 ; db 31h, 36h, 42h, 00h ; uncompressed 292 db 2bh, 2fh, 88h ; compressed 293 294 g_szDeviceTypeValues_XTCFdma: ; db "8MA",NULL ; DMA 8-bit 295 ; db 38h, 4dh, 41h, 00h ; uncompressed 296 db 30h, 53h, 87h ; compressed 297 298 g_szDeviceTypeValues_JrIde: ; db "M8 ",NULL ; Memory Mapped 8-bit 299 ; db 4dh, 38h, 20h, 00h ; uncompressed 300 db 53h, 30h, 00h ; compressed 301 302 g_szDeviceTypeValues_ADP50L: ; db "M8 ",NULL ; Memory Mapped 8-bit 303 ; db 4dh, 38h, 20h, 00h ; uncompressed 304 db 53h, 30h, 00h ; compressed 301 305 302 306 %ifdef MODULE_SERIAL 303 g_szDeviceTypeValues_Serial: ; db "SER",NULL304 ; db 53h, 45h, 52h, 00h ; uncompressed305 db 59h, 4bh, 98h ; compressed307 g_szDeviceTypeValues_Serial: ; db "SER",NULL 308 ; db 53h, 45h, 52h, 00h ; uncompressed 309 db 59h, 4bh, 98h ; compressed 306 310 307 311 %endif ; MODULE_SERIAL … … 337 341 %error "g_szDeviceTypeValues Displacement Incorrect 5" 338 342 %endif 343 %if g_szDeviceTypeValues_XTIDEr2_Olivetti <> g_szDeviceTypeValues_XTIDEr2 + g_szDeviceTypeValues_Displacement 344 %error "g_szDeviceTypeValues Displacement Incorrect 6" 345 %endif 339 346 340 347 %ifdef MODULE_8BIT_IDE_ADVANCED OR MODULE_SERIAL 341 348 342 %if g_szDeviceTypeValues_XTCFpio8 <> g_szDeviceTypeValues_XTIDEr2 + g_szDeviceTypeValues_Displacement343 %error "g_szDeviceTypeValues Displacement Incorrect 6"349 %if g_szDeviceTypeValues_XTCFpio8 <> g_szDeviceTypeValues_XTIDEr2_Olivetti + g_szDeviceTypeValues_Displacement 350 %error "g_szDeviceTypeValues Displacement Incorrect 7" 344 351 %endif 345 352 %if g_szDeviceTypeValues_XTCFpio8BIU <> g_szDeviceTypeValues_XTCFpio8 + g_szDeviceTypeValues_Displacement 346 %error "g_szDeviceTypeValues Displacement Incorrect 7"353 %error "g_szDeviceTypeValues Displacement Incorrect 8" 347 354 %endif 348 355 %if g_szDeviceTypeValues_XTCFpio16BIU <> g_szDeviceTypeValues_XTCFpio8BIU + g_szDeviceTypeValues_Displacement 349 %error "g_szDeviceTypeValues Displacement Incorrect 8"356 %error "g_szDeviceTypeValues Displacement Incorrect 9" 350 357 %endif 351 358 %if g_szDeviceTypeValues_XTCFdma <> g_szDeviceTypeValues_XTCFpio16BIU + g_szDeviceTypeValues_Displacement 352 %error "g_szDeviceTypeValues Displacement Incorrect 9"359 %error "g_szDeviceTypeValues Displacement Incorrect 10" 353 360 %endif 354 361 %if g_szDeviceTypeValues_JrIde <> g_szDeviceTypeValues_XTCFdma + g_szDeviceTypeValues_Displacement 355 %error "g_szDeviceTypeValues Displacement Incorrect 1 0"362 %error "g_szDeviceTypeValues Displacement Incorrect 11" 356 363 %endif 357 364 %if g_szDeviceTypeValues_ADP50L <> g_szDeviceTypeValues_JrIde + g_szDeviceTypeValues_Displacement 358 %error "g_szDeviceTypeValues Displacement Incorrect 1 1"365 %error "g_szDeviceTypeValues Displacement Incorrect 12" 359 366 %endif 360 367 … … 362 369 363 370 %if g_szDeviceTypeValues_Serial <> g_szDeviceTypeValues_ADP50L + g_szDeviceTypeValues_Displacement 364 %error "g_szDeviceTypeValues Displacement Incorrect 1 2"371 %error "g_szDeviceTypeValues Displacement Incorrect 13" 365 372 %endif 366 373 … … 594 601 595 602 ;; translated usage stats 596 ;; 34:3 603 ;; 54:2 604 ;; 172:2 605 ;; 171:2 606 ;; 47:2 607 ;; 53:2 608 ;; 175:1 609 ;; 56:9 610 ;; 45:2 611 ;; 50:2 612 ;; 200:1 613 ;; 33:1 614 ;; 51:3 597 615 ;; 179:8 598 616 ;; 46:3 617 ;; 48:2 618 ;; 34:3 619 ;; 49:2 620 ;; 181:1 599 621 ;; 44:1 600 ;; 200:1601 ;; 48:2602 ;; 175:1603 ;; 171:2604 ;; 51:3605 ;; 50:2606 ;; 33:1607 ;; 53:2608 ;; 45:2609 ;; 47:2610 ;; 172:2611 ;; 56:8612 622 ;; 32:34 613 ;; 181:1614 ;; 54:2615 ;; 49:2616 623 ;; total translated: 20 617 624 618 625 ;; format usage stats 619 ;; 5-x:1 626 ;; 5-u:2 627 ;; z:2 628 ;; nl:12 629 ;; x:5 630 ;; A:4 620 631 ;; 2-u:1 621 632 ;; s:14 622 ;; nl:12623 ;; A:4624 ;; 5-u:2625 ;; x:5626 633 ;; 2-I:1 627 ;; z:2634 ;; 5-x:1 628 635 ;; u:6 629 636 ;; c:13 … … 652 659 ;; 77,M:7 653 660 ;; 78,N:2 654 ;; 79,O: 2661 ;; 79,O:3 655 662 ;; 80,P:1 656 663 ;; 81,Q:1 … … 661 668 ;; 86,V: 662 669 ;; 87,W: 663 ;; 88,X: 1670 ;; 88,X:2 664 671 ;; 89,Y: 665 672 ;; 90,Z:
Note:
See TracChangeset
for help on using the changeset viewer.