1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-29 11:29:30 +00:00
emu6502/test6502.h

6 lines
154 B
C
Raw Normal View History

2019-04-14 10:39:56 +00:00
#pragma once
#include "types.h"
#include "state.h"
void run_tests();
void print_memory(State6502* state, word offset);
void print_state(State6502* state);