comparison ChangeLog @ 2730:6bd6e348665d

Working on cloned default branch, pulled 2012/11/03 user: gheskett@wdtv.com branch 'default' changed ChangeLog changed ReadMe changed defs/rbf.d changed defs/rbsuper.d changed defs/scsi.d changed level1/atari/cmds/fuji.asm changed level1/coco/modules/makefile changed level1/modules/boot_scsi.asm changed level1/modules/superdesc.asm changed level2/coco3/bootfiles/makefile changed level2/coco3/modules/makefile changed level2/coco3_6309/bootfiles/makefile changed level2/modules/joydrv_6551L.asm changed rules.mak
author gheskett@wdtv.com
date Sat, 10 Nov 2012 11:55:48 -0500
parents e53b8d577cca
children baa835d68db2
comparison
equal deleted inserted replaced
2687:f3b7ca8083fd 2730:6bd6e348665d
1 NitrOS-9 V3.2.9: 1 NitrOS-9 V3.2.9:
2
3 ----------------------------------------------------------
4 2012/11/09 Gene Heskett
5 Boisy;
6 List of files changed since hg clone on 2012/11/03
7 M ChangeLog
8 M ReadMe
9 M defs/rbf.d
10 M defs/rbsuper.d
11 M defs/scsi.d
12 M level1/atari/cmds/fuji.asm
13 M level1/coco/modules/makefile
14 M level1/modules/boot_scsi.asm
15 M level1/modules/superdesc.asm
16 M level2/coco3/bootfiles/makefile
17 M level2/coco3/modules/makefile
18 M level2/coco3_6309/bootfiles/makefile
19 M level2/modules/joydrv_6551L.asm
20 M rules.mak
21
22 AFAICT it will now build bootable .dsk's for all coco's
23 Running fine on my coco3, and on Roberts Coco3
24
25 -----------------------------------------------------
26 With switch to mercurial (Gene Heskett notes, 2012/11/03)
27
28 Level 2 builld, run tested
29 - joydrv_6551L broken, boot failed, no clue why, code didn't change
30 Fixed now, works, 2012/11/07 GH
31
32 - All tc^3 drive descriptors broken, over write them in the .dsk's with known
33 good versions before doing a mb!
34
35 Level 1 atari build
36 - fuji stuff build failed, assembler syntax error
37 Fixed, builds but not run tested, I don't have a 6502 or Liber8 fitted atari
38
39 -----------------------------------------------------
2 40
3 Level 2 Only: 41 Level 2 Only:
4 - joydrv_6551L, joydrv_6551M and joydrv_6552L now have their MPI slot 42 - joydrv_6551L, joydrv_6551M and joydrv_6552L now have their MPI slot
5 select bytes properly represented and should work. 43 select bytes properly represented and should work.
6 - A bug that caused RBF to write to the system globals area has been fixed. 44 - A bug that caused RBF to write to the system globals area has been fixed.