aboutsummaryrefslogtreecommitdiffstats
path: root/bbc_micro_de1.vhd
Commit message (Collapse)AuthorAgeFilesLines
* Updated license textMike Stirling2011-09-181-2/+5
|
* ...and the rest of the previous commitMike Stirling2011-09-181-54/+35
|
* Added license notice to the top of all source filesMike Stirling2011-08-211-0/+33
|
* Switched to external MOS ROM (in flash) and removed MOS and EHBASIC ROMs ↵Mike Stirling2011-08-071-39/+1
| | | | from project
* Swapped DFS ROM to original Acorn version and added two composite ROM ↵Mike Stirling2011-08-071-2/+2
| | | | images, one with real DFS and one with MMBEEB ROM. Re-registered a few signals to help meet timing (still not quite there).
* Fixed cursor generation in VIDPROC. Added SAA5050 for MODE 7 support. ↵Mike Stirling2011-08-071-6/+86
| | | | Added tools for generating SAA5050 character ROM.
* Fixed missing gate in DISEN which meant that blank lines in modes 3 and 6 ↵Mike Stirling2011-08-021-1/+3
| | | | weren't blank. Hopefully fixed handling of interlaced sync+video mode in CRTC ready for SAA5050 implementation.
* 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.