Mercurial > hg > Members > kono > nitros9-code
comparison ChangeLog @ 2741:d1976224b314
Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
Changed H6309-1 to H6309 and moved the real H6309 code into this routine and moved the standard 6809 57600bps code to the last "else" section. This was done to dwread.asm, dwwrite.asm, dw4write.asm, and dw4read.asm.
Test compiled and everything still seems to compile as it should.
author | drencor-xeen |
---|---|
date | Sun, 06 Jan 2013 11:12:22 -0600 |
parents | 48afe2b5de06 |
children | f9a8ae065f80 |
comparison
equal
deleted
inserted
replaced
2740:48afe2b5de06 | 2741:d1976224b314 |
---|---|
1 NitrOS-9 V3.2.9: | 1 NitrOS-9 V3.2.9: |
2 | |
3 ---------------------------------------------------------- | |
4 2013/01/06 David Ladd | |
5 M ChangeLog | |
6 M level1/modules/dwread.asm | |
7 M level1/modules/dwwrite.asm | |
8 M level1/modules/dw4read.asm | |
9 M level1/modules/dw4write.asm | |
10 | |
11 Robert Gault found a problem related to the H6309-1 not always | |
12 functioning as expected. Changed dwread.asm, dwwrite.asm, dw4read.asm | |
13 dw4write.asm to reflect these needed changes and movement of code to | |
14 correct locations. | |
15 | |
16 In examining the dwwrite.asm source file found two sections of H6309-1 and | |
17 code that were the same. This might have been root problem of the | |
18 compiling problems. Verified both sections of code were identical before | |
19 removing second copy. | |
2 | 20 |
3 ---------------------------------------------------------- | 21 ---------------------------------------------------------- |
4 2013/01/05 David Ladd | 22 2013/01/05 David Ladd |
5 M ChangeLog | 23 M ChangeLog |
6 M level1/coco/makefile | 24 M level1/coco/makefile |