David Banks 4053c24317 Arlet 65C02 WIP: Implement correct 65C02 BCD N/Z flags (optional, disabled)
Change-Id: Ib72bcc1a100ee3c642048ce195bf1424feb4bf50
2016-08-01 12:02:45 +01:00
2014-10-23 20:33:44 +02:00
2015-08-31 20:25:47 +02:00
2015-08-31 20:25:47 +02:00

A Verilog HDL version of the old MOS 6502 CPU.

Note: the 6502 core assumes a synchronous memory. This means that valid
data (DI) is expected on the cycle *after* valid address. This allows
direct connection to (Xilinx) block RAMs. When using asynchronous memory,
I suggest registering the address/control lines for glitchless output signals.

Have fun. 
Description
No description provided
Readme 81 KiB
Languages
Verilog 100%