aboutsummaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/kon2-16dot/files/patch-ah')
-rw-r--r--japanese/kon2-16dot/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/kon2-16dot/files/patch-ah b/japanese/kon2-16dot/files/patch-ah
new file mode 100644
index 000000000000..7a4e6d355b37
--- /dev/null
+++ b/japanese/kon2-16dot/files/patch-ah
@@ -0,0 +1,11 @@
+--- src/display/vga.c Sun Jan 26 18:05:00 1997
++++ src/display/vga.c Mon Apr 7 10:37:35 1997
+@@ -382,7 +382,7 @@
+ /* if (!code) return;*/
+ VgaSetColor(fc);
+ if (bc & 0x8) *(vcls - dInfo.glineByte) = 0;
+- for (x = 0;x < sbFReg->high;x ++, code ++, fm >>= 1) {
++ if (code) for (x = 0;x < sbFReg->high;x ++, code ++, fm >>= 1) {
+ if (*code) {
+ VgaOutByte(*code);
+ *gram = *gram;