From aff8e019ec81539499f2171d32dfe0f6674e7f7a Mon Sep 17 00:00:00 2001 From: Thiago Auler Date: Mon, 20 Nov 2017 12:32:03 -0200 Subject: [PATCH] creating interface i/o functions --- src/main.c | 4 ---- 1 file changed, 4 deletions(-) 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