Awesome
Space Invaders Intel 8080 Arcade Emulator
This is a C# coded Space Invaders Arcade Emulator that used the Intel 8080 CPU. It was primary coded as a learning exercise on hardware and emulation.
The CPU core can be reused as long as the memory and iobus interfaces are implemented. It's not a timing sensitive implementation as branch cycles are not accurate because they dont have in account if the branches are executed or not.
All the CPU opcodes are implemented and it passes cpudiag.bin and 8080EX1 tests.
Playing Space Invaders
The unzipped romset must be in the same directory as the executable.
It can be played with the following keys:
- Insert Coin: 1
- Start: Enter
- Left: Left or A
- Right: Right or D
- Shoot: Space
Note: You need to provide your own unzipped Space Invaders Rom Set: "invaders.h", "invaders.g", "invaders.f", "invaders.e". This is the standard MAME Space Invaders rom set.