diff --git a/src/main.c b/src/main.c index 07ee6e1..877b550 100644 --- a/src/main.c +++ b/src/main.c @@ -1,11 +1,7 @@ -#include #include "inc/6502.h" int main(int argc, char **argv) { - setbuf(stdout, NULL); - printf("Apple-I Computer\n"); - init(); // start the processor run(); // and runs it