Changeset 593 in xtideuniversalbios for trunk/Assembly_Library/Src/Display
- Timestamp:
- Jun 30, 2018, 8:27:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/CgaSnow.asm
r592 r593 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], 2 5 ; *FIXME* Shouldn't this be 24 (rows - 1)?39 cmp BYTE [BDA.bVidRows], 24 ; BDA contains rows - 1 40 40 jae SHORT .CgaNotFound 41 41 ret
Note:
See TracChangeset
for help on using the changeset viewer.