Gopher2600/userinput
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
..
controllers.go reversed paddle direction for stelladaptor input 2024-02-08 21:17:46 +00:00
doc.go add visual comparison tool. command line option and gui 2021-12-05 20:17:42 +00:00
events.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
userinput.go input system and ports system separated 2021-12-11 08:19:46 +00:00