From: sparky4 Date: Sat, 3 Sep 2016 23:49:21 +0000 (-0500) Subject: ADDED _SEG Wwwww X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=524b7136123f0611c7c2e2eeaf0fa3d8b427d62e ADDED _SEG Wwwww --- diff --git a/DEBUG.16W b/DEBUG.16W index 50b0566b..2b5d8553 100755 --- a/DEBUG.16W +++ b/DEBUG.16W @@ -1,17 +1,17 @@ -Seg:0 Size:9566 Owner:0x83df -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ +Seg:0 Size:9878 Owner:0x0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ 0 -Seg:255e Size:256 Owner:0x626e +Seg:2696 Size:256 Owner:0x47b4 ++++_  -Seg:265e Size:401 Owner:0xa2fc -++++++_ +Seg:2796 Size:273 Owner:0x92cc ++++++_  -Seg:2ae9 Size:36 Owner:0x0 +Seg:2d25 Size:40 Owner:0x0 +_ -0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -Seg:bb0d Size:9459 Owner:0x0 -+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ +000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +Seg:bd4d Size:8883 Owner:0x0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_  Seg:e000 Size:8191 Owner:0x0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ \ No newline at end of file diff --git a/MMDUMP.16W b/MMDUMP.16W index dfd28804..28faf5bb 100755 Binary files a/MMDUMP.16W and b/MMDUMP.16W differ diff --git a/src/exmmtest.c b/src/exmmtest.c index 35701796..d1db67c6 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -56,7 +56,6 @@ main(int argc, char *argv[]) char *bakapee; word baka; #endif - //static page_t screen; #ifdef __BORLANDC__ argc=argc; @@ -73,20 +72,15 @@ main(int argc, char *argv[]) gvar.mm.mmstarted=0; #ifdef FILERL -// printf("filename!: "); -// scanf("%[^\n]", &bakapee); if(argv[1]) bakapee = argv[1]; - else bakapee = "data/koishi~.pcx"; + else + { + printf("filename!: "); + scanf("%[^\n]", &bakapee); + } +// 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(&gvar.mm, &gvar.mmi); //PM_Startup();