ref: 4f62538f8c517ce9243b77d44a379aab78f65c36
dir: /zelda_cpu_infra.h/
#ifndef ZELDA3_ZELDA_CPU_INFRA_H_ #define ZELDA3_ZELDA_CPU_INFRA_H_ #include "types.h" extern uint8 g_emulated_ram[0x20000]; uint8 *GetPtr(uint32 addr); void RunEmulatedFuncSilent(uint32 pc, uint16 a, uint16 x, uint16 y, bool mf, bool xf, int b, int whatflags); void RunEmulatedFunc(uint32 pc, uint16 a, uint16 x, uint16 y, bool mf, bool xf, int b, int whatflags); bool EmuInitialize(uint8 *data, size_t size); #endif // ZELDA3_ZELDA_CPU_INFRA_H_