8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
▼ include | |
cpu_8080.h | This file simulates and disassembles part of 8080 processor |
debug.h | Pandu's Debugging Macros |
memory_8080.h | Memory abstraction for 8080 cpu |
opcodes_8080.h | C wrappers for major opcodes. Broken from cpu_8080 to better manage codebase |
space.h | File containing #defines for spaceinvaders wrapper |
▼ src | |
cpu_8080.c | This file contains a software abstraction of intel 8080 CPU, enough to run invaders |
memory_8080.c | Memory wrapper codebase |
space.c | The main driver to run invaders, the ATARI game |