Mercurial > public > mk2
changeset 798:d79aa21ee54c
BUGFIX: Fix color codes 192-223 (Mk.2 and 2N only)
author | heinrichsweikamp |
---|---|
date | Wed, 08 Oct 2014 11:58:41 +0200 |
parents | 15b64490a374 |
children | 0890e109b6c0 |
files | code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/display_lowlevel.asm |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt Tue Sep 30 13:35:13 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Wed Oct 08 11:58:41 2014 +0200 @@ -1,3 +1,7 @@ +New in 3.00: +Stable Release +BUGFIX: Fix color codes 192-223 (Mk.2 and 2N only) + New in 2.95: BETA Version BUGFIX: Surface interval was paused during simulator
--- a/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Tue Sep 30 13:35:13 2014 +0200 +++ b/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Wed Oct 08 11:58:41 2014 +0200 @@ -1221,9 +1221,9 @@ dcfsnz DISPLAY2_temp,F movlw b'00010100' dcfsnz DISPLAY2_temp,F - movlw b'00100000' + movlw b'00011000' dcfsnz DISPLAY2_temp,F - movlw b'00111111' + movlw b'00011111' movwf DISPLAY4_temp rrcf DISPLAY4_temp,F