git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Core/sm83_cpu.h

      1 #pragma once
      2 #include "defs.h"
      3 #include <stdint.h>
      4 
      5 #ifndef GB_DISABLE_DEBUGGER
      6 void GB_cpu_disassemble(GB_gameboy_t *gb, uint16_t pc, uint16_t count);
      7 #endif
      8 #ifdef GB_INTERNAL
      9 internal void GB_cpu_run(GB_gameboy_t *gb);
     10 #endif

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.