<?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>Kale's Mame Wip</title>
	<atom:link href="http://mamedev.emulab.it/kale/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://mamedev.emulab.it/kale</link>
	<description>Multiple Arcade Machine Emulator</description>
	<lastBuildDate>Tue, 27 Mar 2012 23:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Desastre Natural</title>
		<link>http://mamedev.emulab.it/kale/?p=1674</link>
		<comments>http://mamedev.emulab.it/kale/?p=1674#comments</comments>
		<pubDate>Tue, 27 Mar 2012 23:53:33 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1674</guid>
		<description><![CDATA[Understood and hooked up sound HW in Little Robin, that is a weird combination of 2 DAC sound chips, the video scanline register, interrupt generation (irq lv 4 with an input port that defines the kind of irq, currently hooked up with the video frame number) and two lovely 16-bit port registers (one for each [...]]]></description>
			<content:encoded><![CDATA[<p>Understood and hooked up sound HW in Little Robin, that is a weird combination of 2 DAC sound chips, the video scanline register, interrupt generation (irq lv 4 with an input port that defines the kind of irq, currently hooked up with the video frame number) and two lovely 16-bit port registers (one for each DAC) that alternates the resulting 8-bit sound index according to an external source (frame number % 16 with current implementation, as each &#8220;sound irq&#8221; happens every 8 frames). And by alternation it means in the sense of muxing between LSB or MSB of the aforementioned sound index (that is obviously pointless if isn&#8217;t a form of protection).</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/b0kC_pKGcwU" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1674</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFK to LAX</title>
		<link>http://mamedev.emulab.it/kale/?p=1652</link>
		<comments>http://mamedev.emulab.it/kale/?p=1652#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:39:04 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1652</guid>
		<description><![CDATA[It&#8217;s no secret that the team is currently doing major efforts in emulating PC-AT based HW. Grull Osgo in particular is working on California Chase, that is currently more or less working with a &#8220;MS-DOS&#8221; kludge (you need to type boot after that Win 98 fails to boot). I&#8217;ve tweaked the code a little and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that the team is currently doing major efforts in emulating PC-AT based HW. Grull Osgo in particular is working on California Chase, that is currently more or less working with a &#8220;MS-DOS&#8221; kludge (you need to type boot after that Win 98 fails to boot). I&#8217;ve tweaked the code a little and added an idle skip for it.</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0014.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0014.png" alt="" title="0014" width="640" height="480" class="aligncenter size-full wp-image-1653" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0017.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0017.png" alt="" title="0017" width="640" height="480" class="aligncenter size-full wp-image-1654" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0026.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0026.png" alt="" title="0026" width="640" height="480" class="aligncenter size-full wp-image-1666" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0018.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0018.png" alt="" title="0018" width="640" height="480" class="aligncenter size-full wp-image-1656" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0025.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0025.png" alt="" title="0025" width="640" height="480" class="aligncenter size-full wp-image-1663" /></a></p>
<p>Street Games 2 recently started working after some tweaks to the VGA code:</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0001.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0001.png" alt="" title="0001" width="640" height="480" class="aligncenter size-full wp-image-1657" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0003.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0003.png" alt="" title="0003" width="640" height="480" class="aligncenter size-full wp-image-1658" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0005.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0005.png" alt="" title="0005" width="640" height="480" class="aligncenter size-full wp-image-1659" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0006.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/0006.png" alt="" title="0006" width="640" height="480" class="aligncenter size-full wp-image-1660" /></a></p>
<p>EDIT: added sound to Cali Chase -> http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/cali3.mp3</p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1652</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mamedev.emulab.it/kale/wp-content/uploads/2012/02/cali3.mp3" length="293952" type="audio/mpeg" />
		</item>
		<item>
		<title>Conformist Nonconformist</title>
		<link>http://mamedev.emulab.it/kale/?p=1648</link>
		<comments>http://mamedev.emulab.it/kale/?p=1648#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:16:52 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1648</guid>
		<description><![CDATA[Another long standing bug fixed, this time with Joyful Road / Munch Mobile substained sounds. Lord Nightmare did some studying of the schematics in there, and ended up with a bunch of unemulated ports that directly goes to the AY reset lines. Hooking that up makes the sound in this one to finally work.]]></description>
			<content:encoded><![CDATA[<p>Another long standing bug fixed, this time with Joyful Road / Munch Mobile substained sounds.</p>
<p>Lord Nightmare did some studying of the schematics in there, and ended up with a bunch of unemulated ports that directly goes to the AY reset lines. Hooking that up makes the sound in this one to finally work.</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/vBzc1SdwXtE" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1648</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laughter Track</title>
		<link>http://mamedev.emulab.it/kale/?p=1646</link>
		<comments>http://mamedev.emulab.it/kale/?p=1646#comments</comments>
		<pubDate>Wed, 09 Nov 2011 22:28:47 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1646</guid>
		<description><![CDATA[Investigated with Phil Bennett and Charles MacDonald about why Bonanza Bros. never ever played samples from when it was marked as working. It turned out that Sega System 24 HW uses a FRC that also does a previously unemulated IRQ service.]]></description>
			<content:encoded><![CDATA[<p>Investigated with Phil Bennett and Charles MacDonald about why Bonanza Bros. never ever played samples from when it was marked as working. It turned out that Sega System 24 HW uses a FRC that also does a previously unemulated IRQ service.</p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/AtxYNrXCuTc?hl=it&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1646</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ippatsu Fight</title>
		<link>http://mamedev.emulab.it/kale/?p=1642</link>
		<comments>http://mamedev.emulab.it/kale/?p=1642#comments</comments>
		<pubDate>Mon, 07 Nov 2011 18:56:32 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1642</guid>
		<description><![CDATA[Implemented ES5510 DSP DRAM latches to Taito F3 driver, this adds full sound to Riding Fight and gives correct sound to Ring Rage without going into test mode first.]]></description>
			<content:encoded><![CDATA[<p>Implemented ES5510 DSP DRAM latches to Taito F3 driver, this adds full sound to Riding Fight and gives correct sound to Ring Rage without going into test mode first.</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/LNiocZ12L34" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1642</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Last Express</title>
		<link>http://mamedev.emulab.it/kale/?p=1622</link>
		<comments>http://mamedev.emulab.it/kale/?p=1622#comments</comments>
		<pubDate>Wed, 24 Aug 2011 12:56:19 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1622</guid>
		<description><![CDATA[Did a review of the Taito JC system driver in the last couple of days. It apparently got recently improved by some &#8217;040 fixes by Arbee, so I&#8217;ve given a quick look of it, fixed inputs in all games in the driver, fixed a crash for Densya de Go 2, made various gfx fixes (in [...]]]></description>
			<content:encoded><![CDATA[<p>Did a review of the Taito JC system driver in the last couple of days. It apparently got recently improved by some &#8217;040 fixes by Arbee, so I&#8217;ve given a quick look of it, fixed inputs in all games in the driver, fixed a crash for Densya de Go 2, made various gfx fixes (in particular I&#8217;ve added a Gouraud Shading triangle drawing mode, used by Landing Gear for some elements). This makes Densya de Go, Densya de Go 2 and Landing Gear to be working, and improves Dangerous Curves that now enters into gameplay but doesn&#8217;t show any 3d due of a DSP bug.</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0016.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0016.png" alt="" title="0016" width="512" height="400" class="aligncenter size-full wp-image-1623" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0007.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0007.png" alt="" title="0007" width="512" height="400" class="aligncenter size-full wp-image-1631" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0006.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0006.png" alt="" title="0006" width="512" height="400" class="aligncenter size-full wp-image-1624" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0008.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0008.png" alt="" title="0008" width="512" height="400" class="aligncenter size-full wp-image-1625" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0002.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0002.png" alt="" title="0002" width="512" height="400" class="aligncenter size-full wp-image-1626" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0024.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0024.png" alt="" title="0024" width="512" height="400" class="aligncenter size-full wp-image-1627" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0025.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0025.png" alt="" title="0025" width="512" height="400" class="aligncenter size-full wp-image-1629" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0028.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0028.png" alt="" title="0028" width="512" height="400" class="aligncenter size-full wp-image-1628" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0029.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0029.png" alt="" title="0029" width="512" height="400" class="aligncenter size-full wp-image-1630" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0030.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0030.png" alt="" title="0030" width="512" height="400" class="aligncenter size-full wp-image-1634" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0031.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0031.png" alt="" title="0031" width="512" height="400" class="aligncenter size-full wp-image-1632" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1622</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Mic Poetry</title>
		<link>http://mamedev.emulab.it/kale/?p=1607</link>
		<comments>http://mamedev.emulab.it/kale/?p=1607#comments</comments>
		<pubDate>Thu, 18 Aug 2011 23:41:33 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1607</guid>
		<description><![CDATA[Out of curiosity, I&#8217;ve checked Magical Zunou Power on ST-V and its serial communication with the self-called sub board. Game talks with &#8220;something&#8221; via a serial port, and it does your usual serial checks (buffer Rx FULL, buffer Tx FULL, END flag, time out). Not knowing the protocol used this is quite annoying to HLE, [...]]]></description>
			<content:encoded><![CDATA[<p>Out of curiosity, I&#8217;ve checked <strong>Magical Zunou Power</strong> on ST-V and its serial communication with the self-called <em>sub board</em>. Game talks with &#8220;something&#8221; via a serial port, and it does your usual serial checks (buffer Rx FULL, buffer Tx FULL, END flag, time out). Not knowing the protocol used this is quite annoying to HLE, so for now I&#8217;ve hacked the comms checks.</p>
<p>It ended up that the game is all about a quiz game based off a Japanese TV Quiz show, that uses a microphone in order to give answers, that obviously isn&#8217;t doable with current MAME I/O framework.</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0014.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0014.png" alt="" title="0014" width="640" height="480" class="aligncenter size-full wp-image-1608" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0017.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0017.png" alt="" title="0017" width="640" height="480" class="aligncenter size-full wp-image-1609" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0026.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0026.png" alt="" title="0026" width="640" height="480" class="aligncenter size-full wp-image-1610" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0036.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0036.png" alt="" title="0036" width="640" height="480" class="aligncenter size-full wp-image-1612" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0035.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0035.png" alt="" title="0035" width="640" height="480" class="aligncenter size-full wp-image-1613" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0033.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0033.png" alt="" title="0033" width="640" height="480" class="aligncenter size-full wp-image-1614" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0032.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0032.png" alt="" title="0032" width="640" height="480" class="aligncenter size-full wp-image-1615" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0019.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/08/0019.png" alt="" title="0019" width="640" height="480" class="aligncenter size-full wp-image-1616" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1607</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business as Usual</title>
		<link>http://mamedev.emulab.it/kale/?p=1573</link>
		<comments>http://mamedev.emulab.it/kale/?p=1573#comments</comments>
		<pubDate>Thu, 28 Jul 2011 23:39:04 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mess Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1573</guid>
		<description><![CDATA[More Sega Saturn WIP pics, based off the latest fixes for the system:]]></description>
			<content:encoded><![CDATA[<p>More Sega Saturn WIP pics, based off the latest fixes for the system:</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0669.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0669.png" alt="" title="0669" width="640" height="480" class="aligncenter size-full wp-image-1575" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0668.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0668.png" alt="" title="0668" width="640" height="480" class="aligncenter size-full wp-image-1574" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0663.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0663.png" alt="" title="0663" width="640" height="480" class="aligncenter size-full wp-image-1576" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0664.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0664.png" alt="" title="0664" width="640" height="480" class="aligncenter size-full wp-image-1577" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0661.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0661.png" alt="" title="0661" width="640" height="480" class="aligncenter size-full wp-image-1578" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0662.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0662.png" alt="" title="0662" width="640" height="480" class="aligncenter size-full wp-image-1579" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0656.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0656.png" alt="" title="0656" width="640" height="480" class="aligncenter size-full wp-image-1580" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0657.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0657.png" alt="" title="0657" width="640" height="480" class="aligncenter size-full wp-image-1581" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0652.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0652.png" alt="" title="0652" width="640" height="480" class="aligncenter size-full wp-image-1582" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0653.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0653.png" alt="" title="0653" width="640" height="480" class="aligncenter size-full wp-image-1583" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0670.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0670.png" alt="" title="0670" width="640" height="480" class="aligncenter size-full wp-image-1585" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0517.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0517.png" alt="" title="0517" width="640" height="480" class="aligncenter size-full wp-image-1584" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0676.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0676.png" alt="" title="0676" width="640" height="480" class="aligncenter size-full wp-image-1589" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0675.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0675.png" alt="" title="0675" width="640" height="480" class="aligncenter size-full wp-image-1591" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0677.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0677.png" alt="" title="0677" width="640" height="480" class="aligncenter size-full wp-image-1594" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0678.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0678.png" alt="" title="0678" width="640" height="480" class="aligncenter size-full wp-image-1595" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0681.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0681.png" alt="" title="0681" width="640" height="480" class="aligncenter size-full wp-image-1596" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0679.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0679.png" alt="" title="0679" width="640" height="480" class="aligncenter size-full wp-image-1597" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0684.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0684.png" alt="" title="0684" width="640" height="480" class="aligncenter size-full wp-image-1600" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0683.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0683.png" alt="" title="0683" width="640" height="480" class="aligncenter size-full wp-image-1601" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1573</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Fright Zone</title>
		<link>http://mamedev.emulab.it/kale/?p=1562</link>
		<comments>http://mamedev.emulab.it/kale/?p=1562#comments</comments>
		<pubDate>Tue, 05 Jul 2011 22:01:14 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1562</guid>
		<description><![CDATA[Currently in a phase of implementing missing inputs in Naomi (mostly thanks to the shiny new MIE/JVS core by OG), this makes many games like The House of Dead 2, Zombie Revenge, Airline Pilots and others to be now playable:]]></description>
			<content:encoded><![CDATA[<p>Currently in a phase of implementing missing inputs in Naomi (mostly thanks to the shiny new MIE/JVS core by OG), this makes many games like The House of Dead 2, Zombie Revenge, Airline Pilots and others to be now playable:</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0001.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0001.png" alt="" title="0001" width="640" height="480" class="aligncenter size-full wp-image-1563" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0004.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0004.png" alt="" title="0004" width="640" height="480" class="aligncenter size-full wp-image-1564" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0005.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0005.png" alt="" title="0005" width="640" height="480" class="aligncenter size-full wp-image-1565" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0006.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0006.png" alt="" title="0006" width="640" height="480" class="aligncenter size-full wp-image-1566" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0007.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0007.png" alt="" title="0007" width="640" height="480" class="aligncenter size-full wp-image-1567" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0000.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/07/0000.png" alt="" title="0000" width="640" height="480" class="aligncenter size-full wp-image-1568" /></a></p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/hZ_-c9IQhU0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1562</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go plat with Satan</title>
		<link>http://mamedev.emulab.it/kale/?p=1524</link>
		<comments>http://mamedev.emulab.it/kale/?p=1524#comments</comments>
		<pubDate>Fri, 17 Jun 2011 17:36:38 +0000</pubDate>
		<dc:creator>Kale</dc:creator>
				<category><![CDATA[Mame Wip]]></category>

		<guid isPermaLink="false">http://mamedev.emulab.it/kale/?p=1524</guid>
		<description><![CDATA[Still working on Sega Saturn, and fixed many issues with it. Here goes some WIP pics (mostly taken from the official Sega Saturn WIP topic there, plus various in-development pics): There&#8217;s still a rather big CD block bug in there (mostly involving command 0&#215;06 and transfers), so compatibility isn&#8217;t so great at the moment &#8230;]]></description>
			<content:encoded><![CDATA[<p>Still working on Sega Saturn, and fixed many issues with it. Here goes some WIP pics (mostly taken from the official Sega Saturn WIP topic <a href="http://forums.bannister.org/ubbthreads.php?ubb=showflat&#038;Number=69996#Post69996">there</a>, plus various in-development pics):</p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0050.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0050.png" alt="" title="0050" width="320" height="224" class="aligncenter size-full wp-image-1526" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0052.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0052.png" alt="" title="0052" width="320" height="224" class="aligncenter size-full wp-image-1527" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0053.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0053.png" alt="" title="0053" width="320" height="224" class="aligncenter size-full wp-image-1528" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0045.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0045.png" alt="" title="0045" width="352" height="224" class="aligncenter size-full wp-image-1529" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0310.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0310.png" alt="" title="0310" width="320" height="240" class="aligncenter size-full wp-image-1530" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0309.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0309.png" alt="" title="0309" width="320" height="240" class="aligncenter size-full wp-image-1532" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0314.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0314.png" alt="" title="0314" width="320" height="224" class="aligncenter size-full wp-image-1534" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0313.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0313.png" alt="" title="0313" width="320" height="224" class="aligncenter size-full wp-image-1531" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0294.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0294.png" alt="" title="0294" width="320" height="240" class="aligncenter size-full wp-image-1535" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0299.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0299.png" alt="" title="0299" width="320" height="240" class="aligncenter size-full wp-image-1536" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0312.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0312.png" alt="" title="0312" width="320" height="224" class="aligncenter size-full wp-image-1537" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0319.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0319.png" alt="" title="0319" width="320" height="240" class="aligncenter size-full wp-image-1538" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0316.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0316.png" alt="" title="0316" width="320" height="224" class="aligncenter size-full wp-image-1539" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0261.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0261.png" alt="" title="0261" width="320" height="224" class="aligncenter size-full wp-image-1540" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0262.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0262.png" alt="" title="0262" width="320" height="224" class="aligncenter size-full wp-image-1541" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0234.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0234.png" alt="" title="0234" width="320" height="240" class="aligncenter size-full wp-image-1543" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0237.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0237.png" alt="" title="0237" width="320" height="224" class="aligncenter size-full wp-image-1544" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0321.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0321.png" alt="" title="0321" width="320" height="224" class="aligncenter size-full wp-image-1546" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0322.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0322.png" alt="" title="0322" width="320" height="224" class="aligncenter size-full wp-image-1547" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0323.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0323.png" alt="" title="0323" width="320" height="240" class="aligncenter size-full wp-image-1548" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0325.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0325.png" alt="" title="0325" width="320" height="240" class="aligncenter size-full wp-image-1552" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0324.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0324.png" alt="" title="0324" width="320" height="240" class="aligncenter size-full wp-image-1549" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0326.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0326.png" alt="" title="0326" width="320" height="224" class="aligncenter size-full wp-image-1550" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0327.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0327.png" alt="" title="0327" width="320" height="224" class="aligncenter size-full wp-image-1553" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0176.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0176.png" alt="" title="0176" width="320" height="224" class="aligncenter size-full wp-image-1554" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0016.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0016.png" alt="" title="0016" width="320" height="240" class="aligncenter size-full wp-image-1559" /></a></p>
<p><a href="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0017.png"><img src="http://mamedev.emulab.it/kale/wp-content/uploads/2011/06/0017.png" alt="" title="0017" width="320" height="256" class="aligncenter size-full wp-image-1560" /></a></p>
<p>There&#8217;s still a rather big CD block bug in there (mostly involving command 0&#215;06 and transfers), so compatibility isn&#8217;t so great at the moment &#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://mamedev.emulab.it/kale/?feed=rss2&#038;p=1524</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

