A WIP Intel 8080 emulator using Rust.
Not feature-complete yet, but can run space invaders.
Add credit: C
Start with 1 player: Q
Start with 2 players: W
Player 1:
- Left: A
- Right: D
- Fire: Space
Player 2:
- Left: Left arrow key
- Right: Right arrow key
- Fire: Enter
Build with feature logging to enable step-by-step logging (very slow, should be built in release mode).
Build with feature cpu_compare to use a modified version of i8080 as a CPU reference, panicking on register/flag mismatch.
