summaryrefslogtreecommitdiff
path: root/debug.h
AgeCommit message (Collapse)Author
2020-04-10Added help commands to debuggerEric Fry
2019-02-10Initial attempt at interrupts in new Z80 core and integrating it into main ↵Michael Pavone
executable
2017-04-24Fix interaction between 68K debugger and instruction retranslation due to ↵Michael Pavone
self modifying code or bank switching
2016-12-28Enabled Z80 debugger in PBC modeMichael Pavone
2015-09-25WIP debugger improvements. Partial support for display command in 68K ↵Michael Pavone
debugger. Minor refactor to support commands on a breakpoint.
2014-03-02Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h ↵Michael Pavone
respectively
2014-02-11Move debugging code outside of main source fileMike Pavone