mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-18 21:05:57 +00:00
Speed up memory transfers a littel bit
This commit is contained in:
parent
ece53f6bfa
commit
d5daf6f970
BIN
src/A2PI.PO
BIN
src/A2PI.PO
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
/*
|
||||
* Apple II request entry
|
||||
*/
|
||||
#define MAX_XFER 32
|
||||
#define MAX_XFER 64
|
||||
|
||||
struct a2request {
|
||||
int idx;
|
||||
|
@ -46,6 +46,7 @@ int main(int argc, char **argv)
|
||||
perror("Usage: dskwrite <filename> [ip address]\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
sleep(1);
|
||||
fflush(stdin);
|
||||
a2write(pifd, ORG, sizeof(online), online);
|
||||
a2call(pifd, ORG, &result);
|
||||
|
Loading…
Reference in New Issue
Block a user