mirror of
https://github.com/MiSTer-devel/GameAndWatch_MiSTer.git
synced 2026-05-24 03:03:25 +00:00
docs: Small snippet about grounded inputs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Common Errors and Gotchas
|
||||
|
||||
* When skipping an instruction, the CPU takes the same amount of time as the full instruction. This means that skipping two byte instructions takes 4 cycles
|
||||
* When skipping an instruction, the CPU takes the same amount of time as the full instruction. This means that skipping two byte instructions takes 4 cycles
|
||||
* Input for multiple active `S` lines are ORed together
|
||||
* Sometimes one of these lines is grounded and always active, which is also ORed
|
||||
Reference in New Issue
Block a user