From: sparky4 Date: Thu, 22 Jun 2017 19:13:24 +0000 (-0500) Subject: xcroll is not working right... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=02882e7ff7dff2d9b39fedad55e7b7de7c90b154;p=16.git xcroll is not working right... --- diff --git a/HEAP.16W b/HEAP.16W index 35aa4f0d..ad6e7ced 100755 --- a/HEAP.16W +++ b/HEAP.16W @@ -47,9 +47,9 @@ Near 9718 484 9234 Far 45170 4256 40914 ---------------- -------- -------- -------- HC_coreleft = 9232 -HC_farcoreleft = 396888 +HC_farcoreleft = 394756 HC_GetNearFreeSize = 9234 HC_GetFarFreeSize = 40914 coreleft = 9232 -farcoreleft = 396888 +farcoreleft = 394756 stackavail = 23262 diff --git a/src/lib/16_tail.c b/src/lib/16_tail.c index 78831b02..11c5765e 100755 --- a/src/lib/16_tail.c +++ b/src/lib/16_tail.c @@ -106,8 +106,7 @@ void StartupCAMMPM (global_game_variables_t *gvar) MM_Startup(gvar); #ifdef __16_PM__ PM_Startup(gvar); -//???? - PM_CheckMainMem(gvar); +//???? PM_CheckMainMem(gvar); PM_UnlockMainMem(gvar); #endif CA_Startup(gvar); diff --git a/src/lib/wcpu/16_wcpu.c b/src/lib/wcpu/16_wcpu.c index b6dfa8c3..a9d681a8 100755 --- a/src/lib/wcpu/16_wcpu.c +++ b/src/lib/wcpu/16_wcpu.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * diff --git a/src/lib/wcpu/16_wcpu.h b/src/lib/wcpu/16_wcpu.h index 93f97e0f..0acc7c50 100755 --- a/src/lib/wcpu/16_wcpu.h +++ b/src/lib/wcpu/16_wcpu.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * diff --git a/src/lib/wcpu/wcpu.c b/src/lib/wcpu/wcpu.c index c72cca70..c91a2e9c 100755 --- a/src/lib/wcpu/wcpu.c +++ b/src/lib/wcpu/wcpu.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index 43aced89..761e04e9 100755 --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. *