mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-08-15 19:27:27 +00:00
creating interface i/o functions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user