X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fexmmtest.c;h=b752ef21785caa57799c7d124d38009f39b67713;hb=957086ab6676f1feb52f3747cf769fb1953e5d75;hp=07a73d41274a617d60d88952f3a05fa47a5b1aff;hpb=c651be58efdc106a455240203335aca4864f3d05;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c index 07a73d41..b752ef21 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 * * This file is part of Project 16. * @@ -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());