SameBoy/Core/sm83_cpu.h

12 lines
244 B
C
Raw Permalink Normal View History

#ifndef sm83_cpu_h
#define sm83_cpu_h
#include "defs.h"
2018-05-27 16:30:23 +00:00
#include <stdint.h>
void GB_cpu_disassemble(GB_gameboy_t *gb, uint16_t pc, uint16_t count);
#ifdef GB_INTERNAL
internal void GB_cpu_run(GB_gameboy_t *gb);
#endif
2016-03-30 20:07:55 +00:00
#endif /* sm83_cpu_h */