Gopher2600/debugger
steve 1fa62f5c21 o debugger
- improved help messages
    - remove EXIT command, leaving just the QUIT command
    - QUIT command now terminates a script recording session rather than
    causing the debugger to quit
    - renamed granularity to quantum. reframed all commentary/help
      messages in these terms
    - CARTRDIGE BANK prints error as appropriate
    - removed HEXLOAD. functionality subsumed into POKE command
    - DISPLAY DEBUG ON/OFF is now DEBUG MASK/UNMASK

o symbols
    - fixed table listing
    - using index instead of index into array (eye roll)

o cartridge / atari
    - fixed bank switching boundary check
2020-01-05 18:58:43 +00:00
..
reflection o debugger 2020-01-05 18:58:42 +00:00
script o debugger 2020-01-05 18:58:41 +00:00
terminal o cpu 2020-01-05 18:58:42 +00:00
breakpoints.go o debugger 2020-01-05 18:58:43 +00:00
breakpoints_test.go o debugger 2020-01-05 18:58:42 +00:00
commands.go o debugger 2020-01-05 18:58:43 +00:00
debugger.go o debugger 2020-01-05 18:58:43 +00:00
debugger_test.go o setup 2020-01-05 18:58:43 +00:00
doc.go o hardware/memory 2020-01-05 18:58:41 +00:00
events.go o debugger 2020-01-05 18:58:43 +00:00
help.go o debugger 2020-01-05 18:58:43 +00:00
inputloop.go o debugger 2020-01-05 18:58:43 +00:00
instrumentation.go o sdl / audio 2020-01-05 18:58:43 +00:00
memory.go o debugger 2020-01-05 18:58:43 +00:00
print.go o sdl / audio 2020-01-05 18:58:43 +00:00
prompt.go o cpu 2020-01-05 18:58:42 +00:00
quantum.go o debugger 2020-01-05 18:58:43 +00:00
targets.go o vcs 2020-01-05 18:58:42 +00:00
traps.go o sdl / audio 2020-01-05 18:58:43 +00:00
traps_test.go o debugger 2020-01-05 18:58:42 +00:00
watches.go o sdl / audio 2020-01-05 18:58:43 +00:00
watches_test.go o debugger 2020-01-05 18:58:43 +00:00