Richard Cornwell

Results 93 comments of Richard Cornwell

AID on 5.03 comes from WAITS archive, there might have been some stuff that got changed. If you want to debug it and send me some changes I will gladly...

I updated AID and BASIC yesterday... you missed a few HISEG ops. Updates are on my web site.

You can call it pdp6_slave.c or something like that. Since it will only be for the PDP6. Naming convention: - pdp6_ for PDP6 specific. - ka10_ for KA10 specific. -...

@larsbrinkhoff How did the memory read/write work on the PDP6 side of things?

So all PDP6 memory should go through slave_write and slave_read should update memory. Should it subtract auxcpu_base before sending it over to PDP6?

Will this break aap's PDP6 interface if I subtract auxcpu_base before sending packet and add it in after receiving the packet?

Is there any need for either auxcpu_read or slave_read? Shouldn't only modifies be sent over the shared link?

Yes it is masked by 16K masks so no need to subtract. Yes auxcpu_read/write reads/sends data to remote system. However if at connect the slave is synchronized to the master...

The protocol that he defined does not match that of pdp6_slave.c. The two devices are talking back to each other. If both simulators modify memory, they will both get protocol...

I got PDP6 to act as a slave to PDP10. The PDP10 always reads from PDP6 so is very slow. If this works I will clean up the slave code...