Mercurial > repos > blastem
log debug.c @ 1920:7b41cb36e7df
age | author | description |
---|---|---|
Sat, 11 Apr 2020 13:36:38 -0700 | Michael Pavone | Use proper memory map in Z80 debugger for memory printing |
Tue, 12 Mar 2019 21:59:52 -0700 | Michael Pavone | Remove MAME Z80 core in favor of my new Z80 core mame_interp |
Sun, 10 Feb 2019 11:58:23 -0800 | Michael Pavone | Initial attempt at interrupts in new Z80 core and integrating it into main executable |
Sun, 04 Nov 2018 11:45:41 -0800 | Michael Pavone | Added a 68K debugger command for setting a register |
Thu, 01 Nov 2018 20:14:56 -0700 | Michael Pavone | Forcefully update the display when entering the 68K debugger so you can see it update in realtime as you step through the code |
Thu, 06 Jul 2017 21:51:35 -0700 | Michael Pavone | Fix s(tep) debug command for the case of dbra with an expired counter reg |
Mon, 24 Apr 2017 20:49:31 -0700 | Michael Pavone | Fix interaction between 68K debugger and instruction retranslation due to self modifying code or bank switching |