aboutsummaryrefslogtreecommitdiffstats
path: root/bbc_micro_de1.vhd
Commit message (Collapse)AuthorAgeFilesLines
* Added sound generator support and interface to WM8731L audio codec. Uses ↵Mike Stirling2011-07-311-0/+123
| | | | SN76489 implementation from FPGA arcade.
* Added pin definitions for SD card interface. Fixed bug in 6522 ↵Mike Stirling2011-07-311-5/+19
| | | | shift-register implementation (shift on CB1 rising edge should occur even in SR disabled mode). Works with MMBEEB SD card interface ROM.
* Keyboard now working (needed to loop back slow bus outputs to inputs on ↵Mike Stirling2011-07-301-18/+31
| | | | 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-71/+186
| | | | 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-50/+113
| | | | (something is keeping the interrupt permanently asserted). Need to add paged ROMs in Flash (no more room in the FPGA).
* Work in progress: Added MOS6522 from www.fpgaarcade.com. Added simple_uart ↵Mike Stirling2011-07-171-14/+313
| | | | component in "FRED" for test purposes and added alternative EHBASIC ROM for debugging
* Fixed SRAM routing logicMike Stirling2011-07-161-2/+16
|
* Added top-level, PLL, MOS ROM and CRTC. CRTC seems to behave strangely ↵Mike Stirling2011-07-161-0/+563
although the design is passing timing.