Difference between revisions of "Guides:MAME - Networking"

From Wah!ki
Jump to navigation Jump to search
Line 16: Line 16:
 
* ne2000.com 0x60
 
* ne2000.com 0x60
  
 +
 +
Drivers/Software
 +
* https://dos.retro.software/downloads/category/300-ne2000-compatible-nic-drivers
 
* https://www.brutman.com/mTCP/mTCP.html
 
* https://www.brutman.com/mTCP/mTCP.html
  

Revision as of 05:29, 20 March 2021

just notes here


compile with USE_NETWORK=1


mame -listnetworks (should show the available devices, not just TAP/TUN ?)


tap/tun device


dos ne2000

  • ne2000.com 0x60


Drivers/Software


sudo ip link add link enp4s0 name mametap0 type macvtap
sudo ip link set mametap0 address 00:00:1B:4A:3A:F2 up
ip link show mametap0


sudo ip link delete mametap0