Try for more robust daemon and cool Apple II commands from DOS 3.3

This commit is contained in:
dschmenk 2013-08-24 11:09:02 -07:00
parent 9971e7c348
commit 1a5d470f48
4 changed files with 896 additions and 854 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,7 @@ int main(int argc, char **argv)
if (addr + len > MAXSIZE)
len = MAXSIZE - addr;
memptr = membuff;
printf("Loading");
while (len)
{
printf(".");

View File

@ -60,7 +60,7 @@ int main(int argc, char **argv)
len = 0;
}
}
printf("\nCalling Apple II...");
printf("\nRunning...");
fflush(stdout);
a2call(pifd, entry, &result);
a2close(pifd);