summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clext.c b/clext.c
index 26b7228..ea37ec5 100644
--- a/clext.c
+++ b/clext.c
@@ -1521,6 +1521,10 @@ cirrus_clear_vram_1:
cmp ah, bl
jne cirrus_clear_vram_1
+ xor ah,ah
+ mov dx, #0x3ce
+ out dx, ax
+
pop es
popa
ret