Projects
Projects copied to clipboard
Ted Fried's MicroCore Labs Projects which include microsequencer-based FPGA cores and emulators for the 8088, 8086, 8051, 6502, 68000, Z80, Risc-V, and also Typewriter and EPROM Emulator projects. MC...
Hi, I just stumbled upon your eprom emulator project. It looks like at the moment the max size is 64KB (27C512). I have a project that needs 512KB (27C040). I...
This is a version of the Z80 code that has the core configured as a kind of debugger in the style of the Fluke 9100A. It allows you to read/dump...
I get an error trying to synthesize mclwr1.v in Diamond 3.6 or 3.12: documents/impl1/source/mclwr1.v(120): net rx_fifo_wr is constantly driven from multiple places at instance RX_FIFO, on port WrEn. VDB-1000 Done:...
I'm mostly interested in the SuperCPU potential of the MCL64. Today I just found out about the [RAD cartridge project](https://github.com/frntc/RAD): puts a Raspberry Pi 3A/3B or Zero 2 on-board a...
I used the zexall from: https://github.com/anotherlin/z80emu/blob/master/testfiles/zexall.z80! To do so, I tweaked the firmware so it can run on my SHARP MZ-80 K this way: 1. Mode 3 for RAM to...
nn shall not be a fetched opcode (no /M1 = 0 and R shall not increase). 
Hi Ted, Great work on all of these projects. With the Teensy having 1024KB of RAM (albeit only 512KB tightly coupled) and with relatively mild RAM usage in the main...
I've soldered up one of these MCL64 boards, and am getting a black screen on power up on a 64. I programmed the Teensy successfully, and am certain there are...
Thanks for the great MCZL8 solution! I am having a lot of fun using it with my MSX. It looks like the HALT instruction is not working as it should....
MCLZ8 - Some opcodes should take 5 cycles (for instance, DJNZ) and not only 4 cycles in M-cycle M1
https://github.com/MicroCoreLabs/Projects/blob/ea66a81165a3f88b8d14fafd05a566c4d131c5ae/MCLZ8/Code/Standard_Z80/MCLZ8.ino#L847 The memory access to the byte for displacement jump (or not) is taken one T-state **too early** compared to a genuine Z80. For Z80 machines which are very sensitive...