mirror of
https://github.com/jborza/emu6502.git
synced 2024-11-21 23:31:19 +00:00
4 lines
72 B
C
4 lines
72 B
C
|
#include "test6502.h"
|
||
|
int main(int argc, char* argv[]) {
|
||
|
run_tests();
|
||
|
}
|