I'm running Linux so I used taputil.sh to create the tap:
$ sudo -s ./taputil.sh -c web 192.168.2.30 192.168.2.99
$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
loopback 0.0.0.0 255.0.0.0 U 0 0 0 lo
192.168.2.30 192.168.2.99 255.255.255.255 UGH 0 0 0 tap-mess-1000-0
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether 18:c0:4d:1f:3b:fe brd ff:ff:ff:ff:ff:ff
3: tap-mess-1000-0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
link/ether 5e:8e:a5:87:fd:e4 brd ff:ff:ff:ff:ff:ff
$ mame hp9k370 -sl2 98643 -hard hp9.chd -rp /opt/mamer/ -window -mouse -log
error.log:
...
...
[:sl2:98643:lance] Network interface -1 not found
...
...