Difference between revisions of "Guides:MAME - Networking"

From Wah!ki
Jump to navigation Jump to search
Line 1: Line 1:
 +
just notes here
  
  
mame -listnetworks
+
compile with USE_NETWORK=1
 +
 
 +
 
 +
mame -listnetworks (should show the available devices, not just TAP/TUN ?)
  
  

Revision as of 05:28, 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


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