summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/avr8/avr8.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-07-14 09:44:40 +0200
committer hap <happppp@users.noreply.github.com>2020-07-14 09:44:40 +0200
commit36ae40b4aa741885c6df3b3e9ff2b13f0bb448b6 (patch)
tree7774e80817442e5e1b345986af2b0bfa64bfb595 /src/devices/cpu/avr8/avr8.cpp
parente04f490e4b0a7bc5ed9c212663facaf8195c96f4 (diff)
avr8: remove duplicate notes (they are in the cpp)
Diffstat (limited to 'src/devices/cpu/avr8/avr8.cpp')
-rw-r--r--src/devices/cpu/avr8/avr8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/avr8/avr8.cpp b/src/devices/cpu/avr8/avr8.cpp
index 013ac8db6f6..ab00d9bd804 100644
--- a/src/devices/cpu/avr8/avr8.cpp
+++ b/src/devices/cpu/avr8/avr8.cpp
@@ -6,7 +6,7 @@
- Notes -
Cycle counts are generally considered to be 100% accurate per-instruction, does not support mid-instruction
- interrupts although no software has been countered yet that requires it. Evidence of cycle accuracy is given
+ interrupts although no software has been encountered yet that requires it. Evidence of cycle accuracy is given
in the form of the demoscene 'wild' demo, Craft, by [lft], which uses an ATmega88 to write video out a 6-bit
RGB DAC pixel-by-pixel, synchronously with the frame timing. Intentionally modifying the timing of any of
the existing opcodes has been shown to wildly corrupt the video output in Craft, so one can assume that the