X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fexmmtest.c;h=0c0346f1f36af0a90660efc5aab98ac9b106e3d5;hb=db34ac54abb3f4a4ddb1b9a9ade5a5ebb237662c;hp=07a73d41274a617d60d88952f3a05fa47a5b1aff;hpb=c651be58efdc106a455240203335aca4864f3d05;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c index 07a73d41..0c0346f1 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -120,6 +120,9 @@ main(int argc, char *argv[]) printf("size of big buffer~=%u\n", _bmsize(sega, bigbuffer)); #endif #endif + printf("press any key to continue!\n"); + getch(); + printf("[\n%s\n]\n", bigbuffer); //printf("dark purple = purgable\n"); //printf("medium blue = non purgable\n"); //printf("red = locked\n"); @@ -164,6 +167,8 @@ main(int argc, char *argv[]) printf("Total near free: %lu\n", (dword)(GetNearFreeSize())); printf("Total far free: %lu\n", (dword)(GetFarFreeSize())); heapdump(&gvar); + printf("Project 16 emmtest.exe. This is just a test file!\n"); + printf("version %s\n", VERSION); #endif //printf("core left: %lu\n", (dword)_coreleft()); //printf("far core left: %lu\n", (dword)_farcoreleft());