mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-02-17 20:30:34 +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)
|
if (addr + len > MAXSIZE)
|
||||||
len = MAXSIZE - addr;
|
len = MAXSIZE - addr;
|
||||||
memptr = membuff;
|
memptr = membuff;
|
||||||
|
printf("Loading");
|
||||||
while (len)
|
while (len)
|
||||||
{
|
{
|
||||||
printf(".");
|
printf(".");
|
||||||
|
@ -60,7 +60,7 @@ int main(int argc, char **argv)
|
|||||||
len = 0;
|
len = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("\nCalling Apple II...");
|
printf("\nRunning...");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
a2call(pifd, entry, &result);
|
a2call(pifd, entry, &result);
|
||||||
a2close(pifd);
|
a2close(pifd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user