Revision | 3654bfe5eca40124f490efea3f85677a3c2f87f1 (tree) |
---|---|
Time | 2021-09-22 01:49:17 |
Author | ![]() |
Commiter | sparky4 |
buggy function commented out now works on both versions of exmmtest
@@ -235,6 +235,7 @@ DOSLIBTESTEXEC = & | ||
235 | 235 | opltest.exe |
236 | 236 | SPRIUTILEXEC = & |
237 | 237 | pcx2vrl & |
238 | + png2vrl & | |
238 | 239 | pcxsscut & |
239 | 240 | vrl2vrs & |
240 | 241 | vrsdump & |
@@ -502,6 +503,7 @@ clean: .symbolic | ||
502 | 503 | @if exist *.OBJ $(REMOVECOMMAND) *.OBJ |
503 | 504 | #@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f |
504 | 505 | @if not exist vrl2vrs wmake -s -h pcx2vrl |
506 | + ####++++@if not exist png2vrl wmake -s -h png2vrl | |
505 | 507 | @if not exist dro2imf wmake -s -h drotoimf |
506 | 508 | @if not exist raw2vgm wmake -s -h vgmtools |
507 | 509 | !else |
@@ -245,7 +245,7 @@ PRINTBB; KEYP | ||
245 | 245 | } |
246 | 246 | // ShapeTest_(&gvar); |
247 | 247 | #endif |
248 | - MM_ShowMemory(&gvar); | |
248 | +//0000++++ MM_ShowMemory(&gvar); | |
249 | 249 | #if 0 |
250 | 250 | { |
251 | 251 | boolean done; |
@@ -3,7 +3,7 @@ | ||
3 | 3 | |
4 | 4 | #define BEVERBOSEPALCHECK |
5 | 5 | //#define BEVERBOSECOLORCHECK |
6 | -//#define DONOTPALCHECK | |
6 | +#define DONOTPALCHECK | |
7 | 7 | |
8 | 8 | #ifdef BEVERBOSECOLORCHECK |
9 | 9 | #define CHKCOLDBGOUT1 \ |
@@ -30,6 +30,7 @@ img | ||
30 | 30 | !.git/config |
31 | 31 | !.gitmodules |
32 | 32 | pcx2vrl |
33 | +png2vrl | |
33 | 34 | pcxsscut |
34 | 35 | vrl2vrs |
35 | 36 | vrsdump |