#ifndef GBC_CPU_H #define GBC_CPU_H #include "gb.h" // Execute one instruction (or handle interrupt / halt). Returns T-cycles used. int cpu_step(GB *gb); #endif