CommanderCoder / beebem-mac

BBC micro emulator for Apple Mac
https://www.commandercoder.com/beebem-mac/
Other
2 stars 0 forks source link

Issues with Econet #1

Closed peterthegrey closed 2 months ago

peterthegrey commented 2 months ago

Running on iMac M1. I have a scsi disc image apparently successfully built with L3 FileStore Running with Master and 65C02 second processor selected. CONF.file 13 to select ADFS, mount 0 - all behave as expected. *insert 8 to enable ANFS

Econet.cfg edit to remove AUN support, enable manual config of workstations for 254, 101 etc (at the end of the file)

If I select hardware-> Econet On/Off, then the Master displays "Acorn TUBE 6502 64K" - or "Acorn MOS" on the other running instance, but then hangs.

If I reset the instances and type *HELP NET, I get the correct station numbers in the header, along with the message "No Clock"

If I reset and just type *NET, I again get the "No Clock" message.

peterthegrey commented 2 months ago

Should have also mentioned : settings FLAGFILLTIMEOUT 500000 # default is 500000. 100000 works.. YMMV. saves fail first... SCACKTIMEOUT 50000 # default 50000. 500 works, and is much faster! TIMEBETWEENBYTES 128 # default 128. cannot seem to get it to work at anything else FOURWAYTIMEOUT 500000 # default 500000. works best when same as or less than flagfilltimeout! 50000

I changed the SCACKTIMEOUT from 500 which was also not working.

I can't see any reference to "No Clock" in the embedded Help files. I also can't see the "Freeze when inactive" item which is mentioned.

peterthegrey commented 2 months ago

Should also add, I have tried this on an Intel MacBook Pro (2010) running Ventura. Same results.

peterthegrey commented 2 months ago

I've done some more work on this. I will close this issue and open a new one with better information tomorrow.