PCem
changeset 39:98e5536cbe16
Fix for Mach64 pattern drawing.
| author | TomW |
|---|---|
| date | Sat Nov 16 20:27:56 2013 +0000 |
| parents | 79cd603440f9 |
| children | 83b75538c211 |
| files | src/vid_ati_mach64.c |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/src/vid_ati_mach64.c Sat Nov 16 17:25:44 2013 +0000 1.2 +++ b/src/vid_ati_mach64.c Sat Nov 16 20:27:56 2013 +0000 1.3 @@ -723,6 +723,7 @@ 1.4 mach64->accel.src_x = 0; 1.5 mach64->accel.dst_x = 0; 1.6 mach64->accel.src_x_start = (mach64->src_y_x >> 16) & 0xfff; 1.7 + mach64->accel.src_x_count = mach64->accel.src_width1; 1.8 1.9 mach64->accel.src_y += mach64->accel.yinc; 1.10 mach64->accel.dst_y += mach64->accel.yinc;
