Gopher2600/debugger
2022-05-26 21:10:28 +01:00
..
dbgmem SYMBOL command searches label table 2022-02-18 10:12:07 +00:00
script user interrupt handling improved for debugger 2021-09-24 20:07:08 +01:00
terminal removed unused/unwanted dependencies 2022-05-26 12:14:34 +01:00
commands.go reworking of CartStaticBus interface and related types 2022-04-12 20:20:04 +01:00
commands_help.go fingerprinting of controllers 2022-01-29 08:58:05 +00:00
commands_template.go added left and right arguments for debugger and playmode 2022-04-09 15:24:16 +01:00
debugger.go readded wavwriter package using go-audio/wav package 2022-05-26 21:10:28 +01:00
debugger_test.go added left and right arguments for debugger and playmode 2022-04-09 15:24:16 +01:00
deeppoke.go operator field in instructions.Definition is now numeric 2022-05-22 20:52:54 +01:00
doc.go spelling errors in comments (golangci-lint -E misspell --fix) 2020-10-15 22:02:51 +01:00
events.go rewind in playmode is more responsive - mousewheel and keyboard 2021-11-09 08:40:45 +00:00
halt.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
halt_breakpoints.go added PCZERO target. this is PC value 0 but with no mapping of the PC address 2022-02-20 17:45:27 +00:00
halt_breakpoints_test.go break/trap targets are now aware of CPU instruction boundaries 2021-10-07 15:40:34 +01:00
halt_targets.go operator field in instructions.Definition is now numeric 2022-05-22 20:52:54 +01:00
halt_traps.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
halt_traps_test.go break/trap targets are now aware of CPU instruction boundaries 2021-10-07 15:40:34 +01:00
halt_watches.go clarified some memory bus concepts 2022-01-18 20:33:58 +00:00
halt_watches_test.go CLK breakpoints/targets will prevent debugger entering playmode 2021-11-11 10:00:26 +00:00
loop_catchup.go atarivox and savekey are disabled during rewinding 2022-03-27 10:13:14 +01:00
loop_debugger.go cosmetic changes to disasm window 2022-01-17 22:07:27 +00:00
loop_playmode.go cosmetic changes to disasm window 2022-01-17 22:07:27 +00:00
preferences.go clarified some preferences concepts 2021-12-05 20:17:43 +00:00
print.go added more linters to golangci-lint config 2020-10-16 16:31:07 +01:00
prompt.go cartridge.GetBank() correctly report cartrdige state even when 2022-02-05 14:07:15 +00:00
quantum.go changed quantum "video" to "clock" 2021-11-18 10:44:08 +00:00
requests.go debugger SetFeature() sometimes returned a wrapped nil error 2021-12-05 20:17:42 +00:00
rewind.go atarivox and savekey are disabled during rewinding 2022-03-27 10:13:14 +01:00
state.go reload cartridge will preserve the currently selected TV specification 2022-04-01 18:05:57 +01:00
traces.go clarified some memory bus concepts 2022-01-18 20:33:58 +00:00
userinput.go userinput package can now forward events to many implementations of HandleInput 2021-12-05 20:17:42 +00:00