- Intel 8080 emulator in C
- Uses SDL library for display/audio and IO
- Counts cycles
- Includes rom disassembler and unit tests
-
Clone the repo:
git clone https://github.com/jbagnara/8080Emu.git -
Run
maketo create emulator executable -
Create disassembler and test executables :
make disassembler,make test, or all withmake all