Mercurial > hg > Members > kono > nitros9-code
changeset 2179:6a7746370ffd
Minor correction of "day of week" code. RG
author | robertgault |
---|---|
date | Mon, 12 Jan 2009 01:32:08 +0000 |
parents | ab8593f90f03 |
children | 660cc987e18d |
files | level1/modules/clock2_messemu.asm |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/clock2_messemu.asm Sat Nov 15 16:31:27 2008 +0000 +++ b/level1/modules/clock2_messemu.asm Mon Jan 12 01:32:08 2009 +0000 @@ -12,6 +12,9 @@ * * 1 2004/08/18 Boisy G. Pitre * Separated clock2 modules for source clarity. +* +* 2 2009/01/11 Robert Gault +* Corrected code for day of week. Was bitb #4 but should be bita #4. nam Clock2 ttl MESS Emulator RTC Driver @@ -65,7 +68,7 @@ lda #7 AM/PM mask stb 1,x anda ,x - bitb #4 + bita #4 pshs cc anda #3 bsr getval1