Gopher2600/hardware/cpu/execution
JetSetIlly 393904abcb simplification of the memory sub-system
- preparation for adding 7800 emulation

cpu (6507) package uncoupled from upstream dependencies

- cpu no longer logs execution of KIL instruction
- randomisation of registers on startup can be handled by the called of
  the cpu's Reset() function
- address errors are filtered by an optional IsAddressError() function
  in the Memory interface implementation
- Error field removed from execution.Result type

all references to interface{} replaced with any
2024-11-23 14:56:37 +00:00
..
doc.go updated copyright notice in all files 2020-07-26 20:18:56 +01:00
result.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
validity.go nil protection on disassembly definition 2024-01-16 10:54:54 +00:00