summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/graphics.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/graphics.inc b/core/graphics.inc
index 884776ea..26925e9a 100644
--- a/core/graphics.inc
+++ b/core/graphics.inc
@@ -206,8 +206,8 @@ outputvga:
.loop1:
out dx,al ; Select the bit plane to write
push di
- mov cx,640/8
- rep movsb
+ mov cx,640/32
+ rep movsd
pop di
add ax,ax
cmp al,8