1 2 3 4 5 6 7 8
#ifndef __6502_EMU__ #define __6502_EMU__ #include "cpu.h" void main_loop(cpu *m); #endif