aboutsummaryrefslogtreecommitdiffstats
path: root/debugger.vhd
Commit message (Collapse)AuthorAgeFilesLines
* Updated license textMike Stirling2011-09-181-7/+10
|
* Added license notice to the top of all source filesMike Stirling2011-08-211-0/+33
|
* Keyboard now working (needed to loop back slow bus outputs to inputs on ↵Mike Stirling2011-07-301-12/+24
| | | | system VIA). Added aux input to debugger for display of arbitrary hex values. Removed test IFR output from 6522
* Updated T65 CPU core from ↵Mike Stirling2011-07-291-2/+2
| | | | https://svn.pacedev.net/repos/pace/sw/src/component/cpu/t65/ to fix BRK bug. Changed default breakpoint and watchpoint addresses to 0xFFFF.
* Work in progress. Added PS/2 keyboard interface, hardware debugger. ↵Mike Stirling2011-07-291-0/+252
Interrupt test output to 6522 (remove later). Fixed error in pin assignments that blocked access to Flash chip select. Added reading sideways ROMs from external Flash (all but BASIC masked off for now).