summaryrefslogtreecommitdiff
path: root/roms/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-20 18:11:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-20 18:11:22 +0100
commit56ae2c7b25157e44c50ab982236fee8bbcca0463 (patch)
treed95a4bd2d8e7c21d30eedbe101440e5c080675bd /roms/README
parent4c167d48f0f972ff9a5f0e10247aab71c50a141b (diff)
download6502-56ae2c7b25157e44c50ab982236fee8bbcca0463.tar.gz
6502-56ae2c7b25157e44c50ab982236fee8bbcca0463.tar.bz2
some more IRQ work
Diffstat (limited to 'roms/README')
-rw-r--r--roms/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/README b/roms/README
index d19afae..9e2c72c 100644
--- a/roms/README
+++ b/roms/README
@@ -23,3 +23,4 @@ wait.hex - test 65C02 WAI special opcode
7seg_counter_reset_on_irq.asm - counter, reset on IRQ (usable at 1 KHz)
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
+7seg_counter_irq_timer_start_stop.asm - counter, allow stopping/starting, distinguish kind of interrupts