<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terrysco&#039;s Blog &#187; sdlmame</title>
	<atom:link href="http://www.terrysco.com/node/tag/sdlmame/feed" rel="self" type="application/rss+xml" />
	<link>http://www.terrysco.com</link>
	<description>仅关注于互联网行业， Linux平台开发。</description>
	<lastBuildDate>Sat, 05 Nov 2011 21:24:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SDLMAME的家用机模式</title>
		<link>http://www.terrysco.com/node/sdlmame-cheat.html</link>
		<comments>http://www.terrysco.com/node/sdlmame-cheat.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:07:28 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[Linux/Mac/DB]]></category>
		<category><![CDATA[sdlmame]]></category>
		<category><![CDATA[xmame]]></category>

		<guid isPermaLink="false">http://www.terrysco.com/?p=311</guid>
		<description><![CDATA[今天看到一个新的neogeo的bios，点击这里可以下载。运行sdlmame的时候可以指定一个bios，比如 sdlmame -bios uni-bios_2_0 kof98 启动后即可设置是否采用家用机模式，如果还想设置下次进入这个bios的界面时候ABC三键一起按（是游戏中的ABC，不是键盘）。另外游戏中可以同时按下1P的开始键和投币键，即可调出来一个作弊菜单。 如果你同时按下ABC时键盘冲突，可以参考我的另外一篇文章： XMAME热键设置 最后，如果嫌每次都输入-bios选项麻烦，可以手动加一个alias，编辑.bashrc文件，加入一行： alias sdlmame=&#8217;sdlmame -bios uni-bios_2_0&#8242; source .bashrc 以后只要运行sdlmame kof98就可以了。 enjoy mame games!]]></description>
			<content:encoded><![CDATA[<p>今天看到一个新的neogeo的bios，点击<a href="http://www.mamechannel.it/pages/bios.php">这里</a>可以下载。运行sdlmame的时候可以指定一个bios，比如</p>
<p>sdlmame -bios uni-bios_2_0 kof98</p>
<p>启动后即可设置是否采用家用机模式，如果还想设置下次进入这个bios的界面时候ABC三键一起按（是游戏中的ABC，不是键盘）。另外游戏中可以同时按下1P的开始键和投币键，即可调出来一个作弊菜单。</p>
<p>如果你同时按下ABC时键盘冲突，可以参考我的另外一篇文章：<br />
<a href="http://www.terrysco.com/node/xmame-keys.html">XMAME热键设置</a></p>
<p>最后，如果嫌每次都输入-bios选项麻烦，可以手动加一个alias，编辑.bashrc文件，加入一行：</p>
<p>alias sdlmame=&#8217;sdlmame -bios uni-bios_2_0&#8242;</p>
<p>source .bashrc</p>
<p>以后只要运行sdlmame kof98就可以了。</p>
<p><a href="http://www.terrysco.com/wp-content/uploads/2010/02/mame.png"><img class="aligncenter size-medium wp-image-382" title="mame" src="http://www.terrysco.com/wp-content/uploads/2010/02/mame-300x242.png" alt="mame" width="300" height="242" /></a></p>
<p>enjoy mame games!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrysco.com/node/sdlmame-cheat.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sdlmame设置</title>
		<link>http://www.terrysco.com/node/sdlmame.html</link>
		<comments>http://www.terrysco.com/node/sdlmame.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 07:32:24 +0000</pubDate>
		<dc:creator>terrysco</dc:creator>
				<category><![CDATA[Linux/Mac/DB]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sdlmame]]></category>

		<guid isPermaLink="false">http://www.terrysco.com/?p=211</guid>
		<description><![CDATA[Linux平台的模拟器xmame已经停止更新，arch源里面已经没有xmame包了，不过我们可以使用sdlmame将模拟游戏继续进行到底。 安装很简单，sudo powerpill -S sdlmame，安装完成后执行一次会在用户目录生成配置文件$HOME/.mame/mame.ini，编辑这个配置文件，将rompath设置为自己本地游戏rom目录，比如我的设置为$HOME/games/mame。将window属性设置为1,就不会全屏了（对于宽屏的本本，全屏不是很舒服）。 以前的roms大都不能用了，版本太老，我们可以去romkeeper， http://romkeeper.com/下载最新的rom文件，另外，热键的设置可以参考： 热键设置]]></description>
			<content:encoded><![CDATA[<p>Linux平台的模拟器xmame已经停止更新，arch源里面已经没有xmame包了，不过我们可以使用sdlmame将模拟游戏继续进行到底。</p>
<p>安装很简单，sudo powerpill -S sdlmame，安装完成后执行一次会在用户目录生成配置文件$HOME/.mame/mame.ini，编辑这个配置文件，将rompath设置为自己本地游戏rom目录，比如我的设置为$HOME/games/mame。将window属性设置为1,就不会全屏了（对于宽屏的本本，全屏不是很舒服）。</p>
<p>以前的roms大都不能用了，版本太老，我们可以去romkeeper， http://romkeeper.com/下载最新的rom文件，另外，热键的设置可以参考：</p>
<p><a href="http://www.terrysco.com/node/xmame-keys.html">热键设置</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.terrysco.com/node/sdlmame.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

