# pkg-get -i xmame
# more ~/.xmame/xmame-x11rc
rompath /export/home/root/rom
widthscale 3
heightscale 3
# cd ~/rom
# ls ~/rom
bash-3.00# ls ~/rom
kof98.zip neogeo.zip
# xmame kof98
# If you are behind a firewall, set one of these as appropriate
ftp_proxy=http://10.0.1.1:8080
http_proxy=http://10.0.1.1:8080
export http_proxy ftp_proxy
在SuSE10.0下面可以直接编译xmame的源代码,在Linux下xmame的配置文件是~/.xmame/xmamerc,命令是
# xmame.x11 kof98
其中的neogeo.zip是一定不能少的。