mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Try for more robust daemon and cool Apple II commands from DOS 3.3
This commit is contained in:
parent
9971e7c348
commit
1a5d470f48
BIN
src/A2PI.PO
BIN
src/A2PI.PO
Binary file not shown.
1747
src/a2pid.c
1747
src/a2pid.c
File diff suppressed because it is too large
Load Diff
@ -41,6 +41,7 @@ int main(int argc, char **argv)
|
||||
if (addr + len > MAXSIZE)
|
||||
len = MAXSIZE - addr;
|
||||
memptr = membuff;
|
||||
printf("Loading");
|
||||
while (len)
|
||||
{
|
||||
printf(".");
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user