mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-22 14:32:27 +00:00
5 lines
137 B
C
5 lines
137 B
C
|
#include "state.h"
|
||
|
|
||
|
void print_memory(State6502* state, word offset);
|
||
|
void print_state(State6502* state);
|
||
|
State6502 create_blank_state();
|