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

5 lines
69 B
C
Raw Permalink Normal View History

2019-04-14 10:39:56 +00:00
#pragma once
#include "types.h"
#include "state.h"
void run_tests();