From: sparky4 Date: Thu, 1 Oct 2015 18:13:53 +0000 (-0500) Subject: move X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=ab299d1fe4461ff248213b59edc0edfe395a51c9;p=16.git move --- diff --git a/src/lib/16_snd.c b/16/16_snd.c similarity index 100% rename from src/lib/16_snd.c rename to 16/16_snd.c diff --git a/src/lib/16_snd.h b/16/16_snd.h similarity index 100% rename from src/lib/16_snd.h rename to 16/16_snd.h diff --git a/DEBUG.16W b/DEBUG.16W new file mode 100755 index 00000000..3c57c970 --- /dev/null +++ b/DEBUG.16W @@ -0,0 +1,17 @@ +Seg:0 Size:7245 Owner:0x4a1e ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ +0 +Seg:1c4d Size:256 Owner:0xa01c +++++_ + +Seg:1e03 Size:40 Owner:0x0 ++_ + +Seg:1e2b Size:14689 Owner:0xe074 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ +0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +Seg:ae2b Size:12757 Owner:0x0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ + +Seg:e000 Size:8191 Owner:0x0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++_ \ No newline at end of file diff --git a/HEAP.16W b/HEAP.16W new file mode 100755 index 00000000..fd50be1f --- /dev/null +++ b/HEAP.16W @@ -0,0 +1,45 @@ + + == default == + + USED block at 1e250016 of size 66 + FREE block at 1e250058 of size 18 + USED block at 1e25006a of size 136 + USED block at 1e2500f2 of size 20 + FREE block at 1e250106 of size 7926 +OK - end of heap + + == near == + + USED block at e24e0a6 of size 28 + USED block at e24e0c2 of size 312 + USED block at e24e1fa of size 42 + USED block at e24e224 of size 20 + USED block at e24e238 of size 20 + USED block at e24e24c of size 20 + USED block at e24e260 of size 20 + USED block at e24e274 of size 20 + USED block at e24e288 of size 7540 +OK - end of heap + + == far == + + USED block at 1e250016 of size 66 + USED block at 1e250058 of size 18 + USED block at 1e25006a of size 136 + USED block at 1e2500f2 of size 20 + USED block at 1e250106 of size 7926 +OK - end of heap + +Memory Type Total Used Free +---------------- -------- -------- -------- +Default 8166 222 7944 +Near 8022 454 7568 +Far 8166 222 7944 +---------------- -------- -------- -------- +coreleft = 7556 +farcoreleft = 7116 +GetFreeSize = 65106 +GetNearFreeSize = 7568 +GetFarFreeSize = 65106 +memavl = 7564 +stackavail = 38343 diff --git a/MMDUMP.16W b/MMDUMP.16W new file mode 100755 index 00000000..1eaa39b8 Binary files /dev/null and b/MMDUMP.16W differ diff --git a/PROFILE.16W b/PROFILE.16W new file mode 100755 index 00000000..e69de29b diff --git a/makefile b/makefile index 5a38bb2f..d9f810cb 100755 --- a/makefile +++ b/makefile @@ -39,7 +39,7 @@ OFLAGS=-obmiler -out -oh -ei -zp8 -0 -fpi87 -onac -ol+ -ok####x FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS) DOSLIBEXMMOBJ = himemsys.$(OBJ) emm.$(OBJ) -VGMSNDOBJ = 16_snd.$(OBJ) vgmSnd.$(OBJ) +VGMSNDOBJ = vgmSnd.$(OBJ)#16_snd.$(OBJ) DOSLIBOBJ = adlib.$(OBJ) 8254.$(OBJ) 8259.$(OBJ) dos.$(OBJ) cpu.$(OBJ) 16LIBOBJS = bakapee.$(OBJ) 16_in.$(OBJ) 16_mm.$(OBJ) wcpu.$(OBJ) 16_head.$(OBJ) 16_ca.$(OBJ) kitten.$(OBJ) 16_hc.$(OBJ) #scroll16.$(OBJ)