mirror of
https://github.com/JetSetIlly/Gopher2600.git
synced 2025-04-02 11:02:17 -04:00
- 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 |
||
---|---|---|
.. | ||
reflection | ||
script | ||
terminal | ||
breakpoints.go | ||
breakpoints_test.go | ||
commands.go | ||
debugger.go | ||
debugger_test.go | ||
doc.go | ||
events.go | ||
help.go | ||
inputloop.go | ||
instrumentation.go | ||
memory.go | ||
print.go | ||
prompt.go | ||
quantum.go | ||
targets.go | ||
traps.go | ||
traps_test.go | ||
watches.go | ||
watches_test.go |