- removed REFLECT ON/OFF system
- the performance hit is not that great
o cpu
- added backward branching test
- added branching page fault test
o debugger_test
- increased timeout for rcvOutput()
- reworking of comments and naming for clarity
o gui
- reworking of comments and naming for clarity
- moved overlay code to gui
- removed overlay package and renamed concept back to metapixels
- timestamping of memory access can now be turned off
- call to time.Now() is expensive
o debugger / reflection
- REFLECT command now turns on/off timestamping in vcs memory
- renamed metavideo concept to reflection
- moved metavideo/reflection to its own package
- added ReflectionNotRunning error
- error message shown if overlay is turned on without reflection
processing running
- improved DISPLAY command
o sdl
- type assertion panics now caught in sdl.SetFeture() and returned
as a PanicError