summaryrefslogtreecommitdiff
path: root/roms
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-19 10:59:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-19 10:59:32 +0100
commit4c167d48f0f972ff9a5f0e10247aab71c50a141b (patch)
tree2956f0f591bf79c6cb265c1e828a702ffb46b018 /roms
parent055ca03ed8ebadaafea285bf79f7e85529663bab (diff)
download6502-4c167d48f0f972ff9a5f0e10247aab71c50a141b.tar.gz
6502-4c167d48f0f972ff9a5f0e10247aab71c50a141b.tar.bz2
added some docu and links
Diffstat (limited to 'roms')
-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