X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fexmmtest.c;h=c5e9b5ce3c7eb99273a982c8807e767ca359f80f;hb=0fafba3a1ca84e8bb74c995cc42e397131f2bcd6;hp=fccbacb795317443475ecbb9bbde11b0c2b2d33f;hpb=f46812eee344744353471ae7dfd56abd9cb56ec4;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c old mode 100644 new mode 100755 index fccbacb7..c5e9b5ce --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -1,157 +1,205 @@ -/* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 - * - * This file is part of Project 16. - * - * Project 16 is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Project 16 is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see , or - * write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA. - * - */ -/* - exmm test -*/ -#include -#include - -#include "src/lib/16_head.h" -#include "src/lib/16_ca.h" -#include "src/lib/16_mm.h" -//#include "src/lib/modex16.h" +/* Project 16 Source Code~ + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ +/* + exmm test +*/ +#include "src/lib/16_head.h" +#include "src/lib/16_tail.h" +#include "src/lib/16_pm.h" +#include "src/lib/16_ca.h" +#include "src/lib/16_mm.h" +#include "src/lib/16_hc.h" +//#include "src/lib/16_vl.h" #pragma hdrstop #pragma warn -pro -#pragma warn -use - -//file load or read definition -//#define FILERL -//#define FILEREAD - -void -main(int argc, char *argv[]) -{ - mminfo_t mm; mminfotype mmi; - memptr bigbuffer; -#ifdef FILERL - char *bakapee; -// int bakapeehandle; - word baka; -#endif - //static page_t screen; - - //mmi.segu=FP_SEG(segu); - - printf("&main()= %Fp\n", *argv[0]); - printf("bigbuffer= %Fp\n", bigbuffer); - printf("&bigbuffer= %Fp\n", &bigbuffer); - printf("bigbuffer= %04x\n", bigbuffer); - printf("&bigbuffer= %04x\n", &bigbuffer); - -#ifdef FILERL - bakapee = malloc(64); -// memset(bakapee, 0, 64); -#endif - mm.mmstarted=0; - -#ifdef FILERL - if(argv[1]) bakapee = argv[1]; - else bakapee = "data/koishi~~.pcx"; -#endif - - textInit(); - - /* setup camera and screen~ */ - //bug!!! - //screen = modexDefaultPage(); - /*screen.width += (16*2); - screen.height += (16*2);*/ - - printf("main()=%Fp start MM\n", *argv[0]); - MM_Startup(&mm, &mmi); - //PM_Startup(); - //PM_UnlockMainMem(); - CA_Startup(); - printf(" done!\n"); - /*if(FP_SEG(*argv[0])==0) - { - MM_Report(&screen, &mm, &mmi); - MM_Shutdown(&mm); - printf("&main()=%Fp\n", *argv[0]); - printf("&main() == %u\n", FP_SEG(*argv[0])); - exit(-5); - }*/ - printf("&main()= %Fp\n", *argv[0]); - printf("bigbuffer= %Fp\n", bigbuffer); - printf("&bigbuffer= %Fp\n", &bigbuffer); - printf("bigbuffer= %04x\n", bigbuffer); - printf("&bigbuffer= %04x\n", &bigbuffer); -#ifdef FILERL -// bakapeehandle = open(bakapee,O_RDONLY | O_BINARY, S_IREAD); -// printf("size of big buffer~=%u\n", _bmsize(segu, bigbuffer)); -// if(CA_FarRead(bakapeehandle,(void far *)&bigbuffer,sizeof(bigbuffer),&mm)) -#ifdef FILEREAD - printf(" read\n"); - if(CA_ReadFile(bakapee, &bigbuffer, &mm)) -#else - printf(" load\n"); - if(CA_LoadFile(bakapee, &bigbuffer, &mm, &mmi)) -#endif - baka=1; - else - baka=0; -// close(bakapeehandle); - //hmm functions in cache system use the buffered stuff -// printf("size of big buffer~=%u\n", _bmsize(segu, bigbuffer)); -#endif - printf("dark purple = purgable\n"); - printf("medium blue = non purgable\n"); - printf("red = locked\n"); -// getch(); - //++++modexEnter(); - //++++modexShowPage(&screen); - MM_ShowMemory(/*&screen, */&mm); - //getch(); - MM_DumpData(&mm); - //++++modexLeave(); - MM_Report(&mm, &mmi); - printf(" stop!\n"); -#ifdef FILERL - MM_FreePtr(&bigbuffer, &mm); -#endif - //PM_Shutdown(); - CA_Shutdown(); - MM_Shutdown(&mm); - printf(" done!\n"); -#ifdef FILERL - free(bakapee); - if(baka) printf("\nyay!\n"); - else printf("\npoo!\n"); -#endif - //printf("_bios_memsize=%u\n", _bios_memsize()); - printf("bigbuffer= %Fp\n", bigbuffer); - printf("&bigbuffer= %Fp\n", &bigbuffer); - printf("bigbuffer= %04x\n", bigbuffer); - printf("&bigbuffer= %04x\n", &bigbuffer); - printf("\n\n"); - printf("Total free: %lu\n", (dword)(GetFreeSize())); - printf("Total near free: %lu\n", (dword)(GetNearFreeSize())); - printf("Total far free: %lu\n", (dword)(GetFarFreeSize())); - getch(); - printf("\n"); - heapdump(); - printf("core left: %lu\n", (dword)_coreleft()); - printf("far core left: %lu\n", (dword)_farcoreleft()); - //printf("based core left: %lu\n", (dword)_basedcoreleft()); - //printf("huge core left: %lu\n", (dword)_hugecoreleft()); -} +#pragma warn -use + +//file load or read definition +#define FILEREAD +//#define EXMMVERBOSE + +void VGAmodeX(sword vq, boolean cmem, global_game_variables_t *gv){} +#define PRINTBB { printf("&main()= %Fp\n", argv[0]);printf("bigbuffer= %Fp\n", bigbuffer);printf("&bigbuffer= %Fp\n", &bigbuffer);printf("bigbuffer= %04x\n", bigbuffer);printf("&bigbuffer= %04x\n", &bigbuffer); } + +#ifdef __WATCOMC__ +void segatesuto() +{ + __segment screen; + char __based( void ) * scrptr; + + screen = 0xB800; + scrptr = 0; + printf( "Top left character is '%c'.\n", *(screen:>scrptr) ); +// printf("Next string is: ["); +// while(*scrptr<16) +// { +// printf("%c", *(screen:>scrptr)); +// //printf("\b"); +// scrptr++; +// +// } +// printf("]\n"); +// printf("press any key to continue!\n"); +// getch(); +} +#endif +//static global_game_variables_t gvar; + +void +main(int argc, char *argv[]) +{ + byte w=1; + static global_game_variables_t gvar; +//#ifdef __WATCOMC__ +// __segment sega; +//#endif + memptr bigbuffer; + + //static byte bakapee[64]; + char *bakapee1, *bakapee2; + word baka; + +#ifdef __BORLANDC__ + argc=argc; +#endif + //file name // + bakapee1 = malloc(64); + bakapee2 = malloc(64); + //file name // + + gvar.mm.mmstarted=0; + +#ifdef __DEBUG_PM__ + dbg_debugpm=1; //debug pm +#endif + + //PRINTBB + if(argv[1]){ bakapee1 = argv[1]; + if(argv[2]) bakapee2 = argv[2]; } + else{ + //{ printf("filename!: "); scanf("%[^\n]", &bakapee); } + bakapee1 = "data/koishi~.pcx"; + bakapee2 = "data/test.map"; + } + //printf("main()=%Fp start MM\n", *argv[0]); + MM_Startup(&gvar); + //printf("ok\n"); +//#ifdef __WATCOMC__ +#ifdef __DEBUG_PM__ + if(dbg_debugpm>0) + { +#endif + PM_Startup(&gvar); + //printf("pmstarted ok\n"); + //PM_CheckMainMem(&gvar); + PM_UnlockMainMem(&gvar); +#ifdef __DEBUG_PM__ + } +#endif +//#endif + CA_Startup(&gvar); +// printf(" done!\n"); + //0000PRINTBB; +// printf("press any key to continue!\n"); +// getch(); +#ifdef FILEREAD +for(w=0;w<2;w++) +{ +// bakapeehandle = open(bakapee,O_RDONLY | O_BINARY, S_IREAD); +// printf("size of big buffer~=%u\n", _bmsize(segu, bigbuffer)); +// if(CA_FarRead(bakapeehandle,(void far *)&bigbuffer,sizeof(bigbuffer),&gvar.mm)) + if(w>0) + { + printf(" read\n"); + if(CA_ReadFile(bakapee2, &bigbuffer, &gvar)) baka=1; else baka=0; + } +#endif + if(w==0) + { + printf(" load\n"); + if(CA_LoadFile(bakapee1, &bigbuffer, &gvar)) baka=1; else baka=0; + } +// close(bakapeehandle); + //hmm functions in cache system use the buffered stuff +//#ifdef __WATCOMC__ +// printf("\nsize of big buffer~=%u\n", _bmsize(sega, bigbuffer)); +//#endif + + printf("contents of the buffer\n[\n%s\n]\n", bigbuffer); + //printf("dark purple = purgable\n"); + //printf("medium blue = non purgable\n"); + //printf("red = locked\n"); +// printf("press any key to continue!\n"); +// DebugMemory_(&gvar, 1); + if(baka) printf("\nyay!\n"); + else printf("\npoo!\n"); + printf("press any key to continue!\n"); + getch(); +#ifdef FILEREAD +} +#endif + DebugMemory_(&gvar, 1); + MM_DumpData(&gvar); + MM_Report_(&gvar); + //printf("bakapee1=%s\n", bakapee1); + //printf("bakapee2=%s\n", bakapee2); + MM_FreePtr(&bigbuffer, &gvar); +//#ifdef __WATCOMC__ +#ifdef __DEBUG_PM__ + if(dbg_debugpm>0) +#endif + PM_Shutdown(&gvar); +//#endif + CA_Shutdown(&gvar); + MM_Shutdown(&gvar); + free(bakapee1); free(bakapee2); + printf("========================================\n"); + printf("near= %Fp ", gvar.mm.nearheap); + printf("far= %Fp", gvar.mm.farheap); + printf("\n"); + printf("&near= %Fp ", &(gvar.mm.nearheap)); + printf("&far= %Fp", &(gvar.mm.farheap)); + printf("\n"); +#ifdef EXMMVERBOSE + printf("bigb= %Fp ", bigbuffer); + //printf("bigbr= %04x", bigbuffer); + //printf("\n"); + printf("&bigb=%Fp ", &bigbuffer); + //printf("&bigb=%04x", &bigbuffer); + printf("\n"); + printf("========================================\n"); +#endif +#ifdef __WATCOMC__ +//this is far printf("Total free: %lu\n", (dword)(GetFreeSize())); + printf("Total near free: %lub\n", (dword)(GetNearFreeSize())); + printf("Total far free: %lub\n", (dword)(GetFarFreeSize())); + heapdump(&gvar); + segatesuto(); +#endif + printf("Project 16 exmmtest.exe. This is just a test file!\n"); + printf("version %s\n", VERSION); + //printf("core left: %lu\n", (dword)_coreleft()); + //printf("far core left: %lu\n", (dword)_farcoreleft()); + //printf("based core left: %lu\n", (dword)_basedcoreleft()); + //printf("huge core left: %lu\n", (dword)_hugecoreleft()); +}