thiagoauler-apple1/src/main.c
2017-11-20 12:32:03 -02:00

10 lines
140 B
C

#include "inc/6502.h"
int main(int argc, char **argv)
{
init(); // start the processor
run(); // and runs it
return 0;
}