From: ian Date: Sun, 12 Sep 2004 16:11:29 +0000 (+0000) Subject: fix comment re flashing speed X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8acc1bc2f145007e4dcffe199ca592aef7c9dc14;p=trains.git fix comment re flashing speed --- diff --git a/iwjpictest/copybits.asm b/iwjpictest/copybits.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/copybits.asm +++ b/iwjpictest/copybits.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to diff --git a/iwjpictest/flasher.asm b/iwjpictest/flasher.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/flasher.asm +++ b/iwjpictest/flasher.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to diff --git a/iwjpictest/serialloop.asm b/iwjpictest/serialloop.asm index cc03d0f..0d7d24b 100644 --- a/iwjpictest/serialloop.asm +++ b/iwjpictest/serialloop.asm @@ -21,7 +21,7 @@ COUNTFAST equ 0x00 COUNTMEDIUM equ 0x01 COUNTSLOW equ 0x02 -SLOWEXP equ 2 ; 2^1 * 40ms = 80ms +SLOWEXP equ 2 ; 2^2 * 40ms = 160ms ; we always leave each loop when its counter has reached 0, so on ; entry we assume it's already 0. For the loops which want to