creating interface i/o functions

This commit is contained in:
Thiago Auler 2017-11-20 12:32:03 -02:00 committed by GitHub
parent 065f11ac4a
commit aff8e019ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,11 +1,7 @@
#include <stdio.h>
#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