shithub: zelda3

ref: 4a1b6ea93ac72c1abd6890f59c6b5d5c5a32f0af
dir: /zelda_cpu_infra.h/

View raw version
#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);