From: sparky4 Date: Thu, 17 Sep 2015 19:06:25 +0000 (-0500) Subject: scroll test with no vide X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=29ffa594274303096c976d1785670a941ca545d4;p=16.git scroll test with no vide modified: 16.exe modified: bakapi.exe modified: exmmtest.exe modified: fmemtest.exe modified: fontgfx.exe modified: fonttest.exe modified: inputest.exe modified: maptest.exe modified: palettec.exe modified: pcxtest.exe modified: scroll.exe modified: src/scroll.c modified: test.exe modified: test2.exe modified: vgmtest.exe --- diff --git a/16.exe b/16.exe index 223d4d65..e5e5841b 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 6742d72e..e0be1485 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 6f74e040..1aca800e 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 568a24ec..81f8615f 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index ca380430..ba9895dd 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 20336c3e..e21bb3da 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index f1c8be8d..7f1a8b78 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index 99edf890..ea49dfd8 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index d8de2c1e..b719a9df 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 0a989d90..1095d539 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index c12a5d03..d72929c1 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index 83e6ca42..9802cc59 100755 --- a/src/scroll.c +++ b/src/scroll.c @@ -26,6 +26,7 @@ //#define FADE //#define SPRITE +//#define MODEX //this is for mode x initiating //word far *clock= (word far*) 0x046C; /* 18.2hz clock */ @@ -109,7 +110,9 @@ void main() #endif textInit(); +#ifdef MODEX VGAmodeX(1, &gvar); +#endif #ifdef FADE modexPalBlack(); //reset the palette~ #endif @@ -369,7 +372,9 @@ void main() modexSavePalFile("data/g.pal", gpal); modexFadeOff(4, gpal); #endif +#ifdef MODEX VGAmodeX(0, &gvar); +#endif IN_Shutdown(); printf("Project 16 scroll.exe. This is just a test file!\n"); printf("version %s\n", VERSION); diff --git a/test.exe b/test.exe index 9dcb9b4e..75520253 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 245b8c8f..65da9a9d 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 90ecc453..e2a95e6c 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ