1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-01 19:41:29 +00:00
emu6502/test6502.h
2019-04-14 12:39:56 +02:00

6 lines
154 B
C

#pragma once
#include "types.h"
#include "state.h"
void run_tests();
void print_memory(State6502* state, word offset);
void print_state(State6502* state);