]> 4ch.mooo.com Git - 16.git/blobdiff - src/exmmtest.c
cleaned up the repo from debugging watcom2 ^^
[16.git] / src / exmmtest.c
index 07a73d41274a617d60d88952f3a05fa47a5b1aff..280cbf91dc7e3350bd9246f582d55cbb00d75b6b 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -120,6 +120,9 @@ main(int argc, char *argv[])
        printf("size of big buffer~=%u\n", _bmsize(sega, bigbuffer));\r
 #endif\r
 #endif\r
+       printf("press any key to continue!\n");\r
+       getch();\r
+       printf("[\n%s\n]\n", bigbuffer);\r
        //printf("dark purple = purgable\n");\r
        //printf("medium blue = non purgable\n");\r
        //printf("red = locked\n");\r
@@ -164,6 +167,8 @@ main(int argc, char *argv[])
        printf("Total near free:                %lu\n", (dword)(GetNearFreeSize()));\r
        printf("Total far free:                 %lu\n", (dword)(GetFarFreeSize()));\r
        heapdump(&gvar);\r
+       printf("Project 16 emmtest.exe. This is just a test file!\n");\r
+       printf("version %s\n", VERSION);\r
 #endif\r
        //printf("core left:                    %lu\n", (dword)_coreleft());\r
        //printf("far core left:                        %lu\n", (dword)_farcoreleft());\r