zboy/hdrs/zboy.h

11 lines
No EOL
119 B
C

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