From: sparky4 Date: Thu, 19 Nov 2015 23:09:16 +0000 (-0600) Subject: IT WORKS!!!! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=eb15dd9811eedbc0fbef5aa7a1265fcd50eb31cc;p=16.git IT WORKS!!!! --- diff --git a/src/lib/modex/demos/c/modex.asm b/src/lib/modex/demos/c/modex.asm index 2cd7c840..f2b1b512 100755 --- a/src/lib/modex/demos/c/modex.asm +++ b/src/lib/modex/demos/c/modex.asm @@ -521,6 +521,11 @@ SET_VGA_MODEX PROC FAR OR DX, AX ; (DX = 1, AX = 0000) JZ @SVM_Continue ; if so, it's valid... + jmp @SVM_Continue;0000 + +@SVM_BadModeSetup: + mov ax,8 ; Return Value = False + JMP @SVM_Exit ; Normal Exit @SVM_BadModeSetup1: mov ax,1 ; Return Value = False JMP @SVM_Exit ; Normal Exit diff --git a/src/lib/modex/demos/c/x-demo.exe b/src/lib/modex/demos/c/x-demo.exe index e5d74cff..2430d5a3 100755 Binary files a/src/lib/modex/demos/c/x-demo.exe and b/src/lib/modex/demos/c/x-demo.exe differ diff --git a/x-demo.exe b/x-demo.exe index e5d74cff..2430d5a3 100755 Binary files a/x-demo.exe and b/x-demo.exe differ