summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-11-26 19:55:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-11-26 19:55:02 +0100
commit3d77f3f5ad41e931117425f58c74f49c9503bf7b (patch)
tree8165c8f10a1b3b3cec27cfb283ee218e7af3a519 /README
parent394c9fbb6cc243e46b32aa9e7221b0e6cadd4c13 (diff)
download6502-3d77f3f5ad41e931117425f58c74f49c9503bf7b.tar.gz
6502-3d77f3f5ad41e931117425f58c74f49c9503bf7b.tar.bz2
more work on emulator, mainly debug and 7seg stuff
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index cce7efd..3ed34eb 100644
--- a/README
+++ b/README
@@ -70,7 +70,6 @@ address lines on RAM (again!), IRQ on VIA has to be acknowledged,
otherwise it triggers constantly (so the counter seems to stop).
playing with delays to make counter work correctly (somewhat).
-
8.11.2020:
using via timer1 for 10ms ticks, time counter increment instead of delay
weird issue with TICK on $1 and COUNTER on $0, works fine with TICK $10,
@@ -111,6 +110,9 @@ more work on emulator
25.11.2020:
more work on emulator
+26.11.2020:
+more work on emulator
+
commands
--------