Gopher2600/debugger/dbgmem
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
..
addressinfo.go renamed MapAddress() in dbgmem package to GetAddressInfo() 2022-10-20 13:54:50 +01:00
dbgmem.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
doc.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00