ref: e29fca223ac5f93992736d20c5d3d68e1c955123
dir: /zelda_cpu_infra.h/
#pragma once #include "types.h" 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);