# HG changeset patch # User drencor-xeen # Date 1355172716 21600 # Node ID 05b7feef845af787c224dbebc543451c38d74a7f # Parent 1ad5f8473788a7494f529f28f3d16065ca92e1d7# Parent 43300b4f840a9a14b88705aac6e96772656c04cf Merged Changeset related to krn.asm diff -r 1ad5f8473788 -r 05b7feef845a 3rdparty/makefile --- a/3rdparty/makefile Mon Dec 10 13:42:45 2012 -0600 +++ b/3rdparty/makefile Mon Dec 10 14:51:56 2012 -0600 @@ -1,4 +1,4 @@ -include ../rules.mak +include $(NITROS9DIR)/rules.mak dirs = booters drivers fmgrs p2mods subrtns utils packages diff -r 1ad5f8473788 -r 05b7feef845a ChangeLog --- a/ChangeLog Mon Dec 10 13:42:45 2012 -0600 +++ b/ChangeLog Mon Dec 10 14:51:56 2012 -0600 @@ -1,6 +1,32 @@ NitrOS-9 V3.2.9: ---------------------------------------------------------- +2012/12/05 Robert Gualt +List of files changed +M ChangeLog +M level1/modules/kernel/krn.asm + +Changed the GetMem rountine for Level1 krn. The routine compared +MaxMem against D.MLIM. This seemed to result in unwarranted loss +of memory and prevented at least one game, Interbank Incident, from running. +The comparison was removed resulting in an increase of available +memory. No problems have been noted. + + +---------------------------------------------------------- +2012/12/05 David Ladd +List of files changed since hg clone on 2012/12/05 +M ChangeLog +M level1/coco/modules/makefile +M rules.mak + +Changes that were made were to supress listing sources to standard +out while compiling project. This change was option "-l" in the rules.mak . + +Change made to level1/coco/modules/makefile was to include adding +dw3_becker.sb and boot_dw3_becker to the level1 build for the CoCo. + +---------------------------------------------------------- 2012/11/09 Gene Heskett Boisy; List of files changed since hg clone on 2012/11/03 diff -r 1ad5f8473788 -r 05b7feef845a level1/coco/modules/makefile diff -r 1ad5f8473788 -r 05b7feef845a level1/modules/kernel/krn.asm --- a/level1/modules/kernel/krn.asm Mon Dec 10 13:42:45 2012 -0600 +++ b/level1/modules/kernel/krn.asm Mon Dec 10 14:51:56 2012 -0600 @@ -271,7 +271,7 @@ * In the CoCo, memory $0000-$04FF is used by the system ldb #%11111000 stb ,x - ENDC + ENDC clra ldb