SameBoy/Core/z80_cpu.h

8 lines
189 B
C
Raw Normal View History

2016-03-30 20:07:55 +00:00
#ifndef z80_cpu_h
#define z80_cpu_h
#include "gb.h"
void cpu_disassemble(GB_gameboy_t *gb, unsigned short pc, unsigned short count);
void cpu_run(GB_gameboy_t *gb);
#endif /* z80_cpu_h */