commit | 2c34f41b01dec1a50fdf63645064fdf56475e33f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun May 31 15:25:14 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun May 31 15:25:14 2009 -0400 |
tree | 8e3acd22988ef6f1b513c12d5b8593eb9c6e1a1a | |
parent | c3e158732c7a81af8107f651a00cdcc41768d011 [diff] |
VGA: Further simplify scrolling code. Introduce memcpy_stride and memset_stride functions. Simplify the moves and fills using src and dest pointers. Don't nest for loops - just use one loop for copies.