1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-26 06:29:28 +00:00
emu6502/test_framework.h

5 lines
137 B
C
Raw Normal View History

#include "state.h"
void print_memory(State6502* state, word offset);
void print_state(State6502* state);
State6502 create_blank_state();