Mercurial > hg > Members > kono > nitros9-code
diff ChangeLog @ 2770:bfe3de781ddf lwtools-port
Added Arduino dwread/dwwrite changes
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 22 Jan 2013 19:14:52 -0600 |
parents | e53b8d577cca |
children | 1868fbf470e7 |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 10 16:27:38 2012 -0600 +++ b/ChangeLog Tue Jan 22 19:14:52 2013 -0600 @@ -1,5 +1,69 @@ 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 +M ChangeLog +M ReadMe +M defs/rbf.d +M defs/rbsuper.d +M defs/scsi.d +M level1/atari/cmds/fuji.asm +M level1/coco/modules/makefile +M level1/modules/boot_scsi.asm +M level1/modules/superdesc.asm +M level2/coco3/bootfiles/makefile +M level2/coco3/modules/makefile +M level2/coco3_6309/bootfiles/makefile +M level2/modules/joydrv_6551L.asm +M rules.mak + +AFAICT it will now build bootable .dsk's for all coco's +Running fine on my coco3, and on Roberts Coco3 + +----------------------------------------------------- +With switch to mercurial (Gene Heskett notes, 2012/11/03) + +Level 2 builld, run tested +- joydrv_6551L broken, boot failed, no clue why, code didn't change + Fixed now, works, 2012/11/07 GH + +- All tc^3 drive descriptors broken, over write them in the .dsk's with known + good versions before doing a mb! + +Level 1 atari build +- fuji stuff build failed, assembler syntax error + Fixed, builds but not run tested, I don't have a 6502 or Liber8 fitted atari + +----------------------------------------------------- + Level 2 Only: - joydrv_6551L, joydrv_6551M and joydrv_6552L now have their MPI slot select bytes properly represented and should work.