From 524b7136123f0611c7c2e2eeaf0fa3d8b427d62e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 3 Sep 2016 18:49:21 -0500 Subject: [PATCH] ADDED _SEG Wwwww --- DEBUG.16W | 18 +++++++++--------- MMDUMP.16W | Bin 66 -> 44 bytes src/exmmtest.c | 18 ++++++------------ 3 files changed, 15 insertions(+), 21 deletions(-) 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 dfd2880410b36c2da755151e10dbe28a48a473e2..28faf5bb94c9a0ae4220040873c6e02095d6117d 100755 GIT binary patch literal 44 ocmXr0FfcGmu`)4FGEvabWzbZxRWRV?GJuF$8YL$KMFpXv0Mf1qxBvhE literal 66 zcmXr0FfcGmu`)9ppl7XTVp`rla CA`UYE 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(); -- 2.39.2