Gopher2600/debugger
JetSetIlly 547bba947c Added PAL-M TV specification
this replaces the PAL60 specification. PAL60 can still be specified on
the command line (and embedded in ROM filenames) but it is now treated
exactly the same as PAL
2024-01-10 17:42:55 +00:00
..
dbgmem removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
govern added CYCLE quantum 2023-11-27 07:47:30 +00:00
script removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
terminal added CYCLE quantum 2023-11-27 07:47:30 +00:00
commandline_options.go peripheral swapping with the -swap argument 2024-01-10 17:42:11 +00:00
commands.go peripheral swapping with the -swap argument 2024-01-10 17:42:11 +00:00
commands_help.go peripheral swapping with the -swap argument 2024-01-10 17:42:11 +00:00
commands_template.go Added PAL-M TV specification 2024-01-10 17:42:55 +00:00
debugger.go more frequent checking of userinput 2024-01-10 17:42:11 +00:00
debugger_test.go improved gopher2600.go structure 2023-11-19 20:16:17 +00:00
deeppoke.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
eventhandler.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
halt.go corrected stack protection bug that caused false positives 2023-07-23 02:44:34 +01:00
halt_breakpoints.go simplification of how gui interacts with debugger 2023-08-26 09:14:54 +01: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 added JITTER halt condition 2023-03-16 13:52:37 +00:00
halt_traps.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +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 corrected halt condition for WATCH command 2023-03-05 21:13:27 +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 added CYCLE quantum 2023-11-27 07:47:30 +00:00
loop_debugger.go more frequent checking of userinput 2024-01-10 17:42:11 +00:00
loop_playmode.go more frequent checking of userinput 2024-01-10 17:42:11 +00:00
preferences.go clarified some preferences concepts 2021-12-05 20:17:43 +00:00
print.go improved terminal output for DWARF LOCALS command 2023-07-31 08:57:41 +01:00
prompt.go added CYCLE quantum 2023-11-27 07:47:30 +00:00
push.go renamed PushRawEvent() to PushFunction(). related elements renamed similarly 2022-09-02 19:24:12 +01:00
rewind.go added CYCLE quantum 2023-11-27 07:47:30 +00:00
traces.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
userinput.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00