Changeset 583 in xtideuniversalbios for trunk/Assembly_Library/Src/Display
- Timestamp:
- Apr 23, 2015, 4:28:47 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/CgaSnow.asm
r526 r583 29 29 ; Cleared if CGA not detected 30 30 ; Corrupts registers: 31 ; AX31 ; Nothing 32 32 ;-------------------------------------------------------------------- 33 33 ALIGN DISPLAY_JUMP_ALIGN … … 37 37 38 38 ; All standard CGA modes use 25 rows but only EGA and later store it to BDA. 39 cmp BYTE [BDA.bVidRows], 25 40 jge SHORT .CgaNotFound 41 stc 39 cmp BYTE [BDA.bVidRows], 25 ; *FIXME* Shouldn't this be 24 (rows - 1)? 40 jae SHORT .CgaNotFound 42 41 ret 43 42 ALIGN DISPLAY_JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.