ref: 4f62538f8c517ce9243b77d44a379aab78f65c36
dir: /snes/tracing.h/
#ifndef TRACING_H #define TRACING_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <stdbool.h> #include "snes.h" void getProcessorStateCpu(Snes* snes, char* line); void getProcessorStateSpc(Apu* apu, char* line); #endif