mirror of
https://github.com/thiagoauler/apple1.git
synced 2025-02-16 08:31:14 +00:00
creating interface i/o functions
This commit is contained in:
parent
065f11ac4a
commit
aff8e019ec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user