nnarain / nescore

NES emulator library written in Rust
7 stars 1 forks source link

Cycle based CPU Implementation #20

Closed nnarain closed 4 years ago

nnarain commented 4 years ago

Implement the CPU. The interface to the CPU will be the tick function, which will advance the CPU by 1 cycle.