A-Z80 icon indicating copy to clipboard operation
A-Z80 copied to clipboard

An implementation of the Z80 CPU for Altera, Xilinx and Lattice FPGAs

Results 2 A-Z80 issues
Sort by recently updated
recently updated
newest added

It seems like the M1 signal is pulled low during bus acknowledge, which would break DMA to IO devices, since they could interpret the I/O request as an interrupt acknowledge....

By Z-80 specification Data pins are sampled (latch-ed) in the beginning of T3 for Op-Code fetching or in the middle of T3 for Memory/IO read. By this project implementation it...