#include "cpu.h" #include "memory.h" typedef struct zboy { t_cpu cpu; t_memory memory; }; void zboy_init();