Run FujiNet with Xroar for CoCo - FujiNetWIFI/fujinet-firmware GitHub Wiki
Coco on Xroar with Fujinet-PC
Xroar for fujinet
Build for Linux and MacOS 26ish
-------------------------------------
Config:	  ~/Library/XRoar/xroar.conf
ROM images ~/Library/XRoar/roms/
wget https://www.6809.org.uk/xroar/dl/xroar-1.9.tar.gz
tar zxvf xroar-1.9.tar.gz
cd xroar-1.9
./configure
make
sudo make install
---------
# This will determine Linxu or Darwin and create your rom
# Directory and config dir and then set a working config for you
#
# Cut and paste till the EOF as one bulk paste into a terminal
______CUT______HERE_______
XROAR_DIR="$([ "$(uname -s)" == "Darwin" ](/FujiNetWIFI/fujinet-firmware/wiki/-"$(uname--s)"-==-"Darwin"-) \
&& echo "$HOME/Library/XRoar" \
|| echo "$HOME/.xroar")" \
&& mkdir -p "$XROAR_DIR/roms" \
&& cat > "$XROAR_DIR/xroar.conf" << 'EOF'
default-machine Coco3-FujiNet
machine Coco3-FujiNet
  machine-desc "CoCo FujiNet-PC"
  machine-arch coco
  machine-keyboard coco
  bas bas14.rom
  extbas extbas11.rom
  tv-type ntsc
  tv-input cmp-br
  vdg-type 6847
  ram-org 64kx1
  ram 64
  ram-init pattern
  machine-cart becker
  becker
  cart-becker
  cart-rom hdbdw3bc3.rom
  becker-ip 127.0.0.1
  becker-port 65504
  kbd-translate
EOF
______CUT______HERE_______
Grap the zip of the ROMs:
https://discord.com/channels/655893677146636301/1432032835278999633/1432032871064797346
Extract, then copy to your ROMs folder:
(this is for Darwin)
cp ~/Downloads/coco3-FujiNet-PC-2025/*.rom ~/Library/XRoar/roms/
To be added:
Build and run FN-PC for Coco