Initial commit
This commit is contained in:
16
src/tracing.h
Normal file
16
src/tracing.h
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef TRACING_H
|
||||
#define TRACING_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "snes/snes.h"
|
||||
|
||||
void getProcessorStateCpu(Snes* snes, char* line);
|
||||
void getProcessorStateSpc(Apu* snes, char* line);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user