aboutsummaryrefslogtreecommitdiffstats
path: root/m6522_tb.vhd
Commit message (Collapse)AuthorAgeFilesLines
* Updated license textMike Stirling2011-09-181-1/+5
|
* 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-5/+2
| | | | system VIA). Added aux input to debugger for display of arbitrary hex values. Removed test IFR output from 6522
* Work in progress. Added PS/2 keyboard interface, hardware debugger. ↵Mike Stirling2011-07-291-2/+23
| | | | 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).
* Boots to "BBC Computer" message with dummy keyboard and interrupts disabled ↵Mike Stirling2011-07-251-0/+323
(something is keeping the interrupt permanently asserted). Need to add paged ROMs in Flash (no more room in the FPGA).