summaryrefslogtreecommitdiff
path: root/roms/README
diff options
context:
space:
mode:
Diffstat (limited to 'roms/README')
-rw-r--r--roms/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/roms/README b/roms/README
index 9ba01d1..d19afae 100644
--- a/roms/README
+++ b/roms/README
@@ -21,4 +21,5 @@ wait.hex - test 65C02 WAI special opcode
7seg_print_one.asm - print $a5 (10100101) on 7-seg display
7seg_print_one_subroutine.asm - same as 7seg_print_one.asm with a subroutine
7seg_counter_reset_on_irq.asm - counter, reset on IRQ (usable at 1 KHz)
-7seg_counter_reset_on_irq_delay.asm - counter, reset on ORQ (usable at 1 MHz)
+7seg_counter_reset_on_irq_delay.asm - counter, reset on IRQ (usable at 1 MHz)
+7seg_counter_irq_timer_smart_update.asm - counter, working version, update when needed, proper interrupt handling