| 
    PancakeNESEmu
    
   A homebrewed NES Emulator written in C 
   | 
 
| File in src | Includes file in include | 
|---|---|
| core / apu.c | core / apu.h | 
| core / cpu.c | core / cpu.h | 
| core / cpu.c | macros.h | 
| core / cpu.c | core / opcodes.h | 
| core / cpu.c | core / types.h | 
| main.c | core / cpu.h | 
| main.c | macros.h | 
| main.c | core / mem.h | 
| main.c | rom_reader / reader.h | 
| main.c | UI / tui.h | 
| main.c | UI / ui.h | 
| core / mem.c | macros.h | 
| core / mem.c | core / mem.h | 
| rom_reader / reader.c | macros.h | 
| rom_reader / reader.c | rom_reader / reader.h | 
| unit_tests.c | core / cpu.h | 
| unit_tests.c | macros.h | 
| unit_tests.c | core / mem.h | 
| unit_tests.c | rom_reader / reader.h | 
| UI / tui.c | UI / tui.h |