Fixed a small, non-harmful bug in the source code.
This commit is contained in:
@@ -114,9 +114,7 @@ NEWSYM dosinitvideo
|
|||||||
.initmodeq256
|
.initmodeq256
|
||||||
%ifdef __MSDOS__
|
%ifdef __MSDOS__
|
||||||
cmp byte[scanlines],1
|
cmp byte[scanlines],1
|
||||||
jne .noscanlines
|
je near .scanlines
|
||||||
jmp .scanlines
|
|
||||||
.noscanlines
|
|
||||||
SetVGAMode .Mode256x256c
|
SetVGAMode .Mode256x256c
|
||||||
jmp .done
|
jmp .done
|
||||||
.scanlines
|
.scanlines
|
||||||
|
|||||||
Reference in New Issue
Block a user