<?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>Raiden II Project Team</title>
	<atom:link href="http://www.raidenii.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raidenii.net</link>
	<description>YOUR MISSIONS!</description>
	<lastBuildDate>Mon, 02 Jan 2012 16:34:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NMK Priority Fixes</title>
		<link>http://www.raidenii.net/2012/01/nmk-priority-fixes/</link>
		<comments>http://www.raidenii.net/2012/01/nmk-priority-fixes/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 16:34:15 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=213</guid>
		<description><![CDATA[Wow, it&#8217;s really been almost a year since the last post here. Sorry for the lack of updates, there&#8217;s just not really that much going on.  
Anyways, recently I got shown NMK&#8217;s Thunder Dragon 2, and I really enjoyed it. Really enjoyed it. But I noticed that the sprite priorities were fucked up! I [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, it&#8217;s really been almost a year since the last post here. Sorry for the lack of updates, there&#8217;s just not really that much going on. <img src='http://www.raidenii.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Anyways, recently I got shown NMK&#8217;s Thunder Dragon 2, and I really enjoyed it. <strong><em>Really</em></strong> enjoyed it. But I noticed that the sprite priorities were fucked up! I thought this was just NMK being NMK, so I did a quick ROM hack to fix them up, which worked well. I checked with others after though, and apparently they were not fucked up on a real board. I asked around, and thankfully Dave_K had a board (a bunch of other NMK boards too apparently), so I started attempting to fix the driver with his help. Eventually I figured out the prioritization method that the video hardware uses (which, frankly, is fucked up to hell), and fixed the video driver up to use it. The games that are affected by my patch are:</p>
<ul>
<li>mustang</li>
<li>mustangb</li>
<li>vandyke</li>
<li>vandykeb</li>
<li>acrobatm</li>
<li>tdragonb</li>
<li>ssmissin</li>
<li>macross</li>
<li>blkheart</li>
<li>twinactn</li>
<li>tharrier (not fixed, but it shouldn&#8217;t be hard to fix from what I have changed it to)</li>
<li>hachamf (not fixed, but it shouldn&#8217;t be hard to fix from what I have changed it to)</li>
<li>tdragon (not fixed, but it shouldn&#8217;t be hard to fix from what I have changed it to)</li>
<li>gunnail</li>
<li>macross2</li>
<li>tdragon2</li>
<li>raphero</li>
</ul>
<p>It is possible that more sets could utilize my improvements, but these are the ones which I have fixed and verified.</p>
<p>And of course, here is the new src/mame/video/nmk16.c : <a href="http://raidenii.net/files/nmk16.c">http://raidenii.net/files/nmk16.c</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2012/01/nmk-priority-fixes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PowerPC Dynarec Support</title>
		<link>http://www.raidenii.net/2011/01/powerpc-dynarec-support/</link>
		<comments>http://www.raidenii.net/2011/01/powerpc-dynarec-support/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 23:57:38 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=191</guid>
		<description><![CDATA[I have recently re-installed Linux, this time with Arch instead of Debian, onto my old Mac Mini G4, as well as setting up SSH for X tunneling and such. This means I can now easily work on anything on my PowerPC machine from anywhere with an internet connection (it also means I can keep my [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently re-installed Linux, this time with Arch instead of Debian, onto my old Mac Mini G4, as well as setting up SSH for X tunneling and such. This means I can now easily work on anything on my PowerPC machine from anywhere with an internet connection (it also means I can keep my dual-monitor setup, since I can just tunnel in from my regular machine).</p>
<p>Thanks to this wonderful advancement, I can now start working on a dynarec core for PowerPC. This will likely be a long arduous task, but it&#8217;s well worth it, in that 32bit PowerPC machines (and maybe 64bit ones as well?) will be able to run MAME with far better performance on newer games.</p>
<p>Before I go, here are some quick benchmarks:</p>
<table border="1">
<tbody>
<tr>
<td>Game</td>
<td>Raw interpreter</td>
<td>UML interpreter</td>
</tr>
<tr>
<td>Gunbird 2</td>
<td>58%</td>
<td>24%</td>
</tr>
<tr>
<td>Strikers 1945 II</td>
<td>56%</td>
<td>22%</td>
</tr>
<tr>
<td>Avengers in Galactic Storm</td>
<td>63%</td>
<td>112%</td>
</tr>
<tr>
<td>Cyvern</td>
<td>38%</td>
<td>73%</td>
</tr>
</tbody>
</table>
<p>By the end of this, I should have 100% at the least for these games!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2011/01/powerpc-dynarec-support/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IGS011 Virtua Bowling fix</title>
		<link>http://www.raidenii.net/2011/01/igs011-virtua-bowling-fix/</link>
		<comments>http://www.raidenii.net/2011/01/igs011-virtua-bowling-fix/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 16:59:11 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=181</guid>
		<description><![CDATA[In MAME 0.141, Virtua Bowling (vbowl) will crash upon startup. This is due to austere not completely fixing the igs011.c driver after he did a bunch of work on the driver. Here is a .diff patch that will fix this issue: http://raidenii.net/files/igs011fix.diff
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>In MAME 0.141, Virtua Bowling (vbowl) will crash upon startup. This is due to austere not completely fixing the igs011.c driver after he did a bunch of work on the driver. Here is a .diff patch that will fix this issue: <a href="http://raidenii.net/files/igs011fix.diff">http://raidenii.net/files/igs011fix.diff</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2011/01/igs011-virtua-bowling-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Final Update for 2010</title>
		<link>http://www.raidenii.net/2010/12/final-update-for-2010/</link>
		<comments>http://www.raidenii.net/2010/12/final-update-for-2010/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 07:12:53 +0000</pubDate>
		<dc:creator>austere</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=172</guid>
		<description><![CDATA[Here is another patch against 0.140u3 (so you&#8217;ll have to reverse the previous patch, if you used it, with -R) and our final update for 2010. If you wait a little bit longer, these changes should show up in MAME 0.141 along with other improvements. nimitz&#8217;s Shmupmame 3.0, based on MAME 99, should also have [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another <a href="http://www.activcontrol.net/files/austere8.diff">patch against 0.140u3</a> (so you&#8217;ll have to reverse the previous patch, if you used it, with -R) and our final update for 2010. If you wait a little bit longer, these changes should show up in MAME 0.141 along with other improvements. nimitz&#8217;s Shmupmame 3.0, based on MAME 99, should also have these changes. Here&#8217;s a list of changes for those who can&#8217;t really hear the difference:</p>
<ul>
<li>The clicks caused by transitioning between samples was removed using a bit of what I consider a hack &#8212; an envelope, starting at 0&#215;40 and decremented by one each sample cycle, that is multiplied against the normal volume. When it reaches zero, the channel is effectively off. Key on is instantaneous to avoid killing off the short, already soft sound effects.</li>
<li>The so called &#8216;approximate exponential&#8217; formula for volume described in the patent is used and sounds much closer to the OSTs for the soundtracks. I think it may be &#8216;perfect&#8217;, but we won&#8217;t know for sure until the real hardware is tested. Also, as it turns out, Aaron Giles used the same formula in his ES5506 driver so we can be a bit more confident about its accuracy since the ICS2115/GF-1/ES5506 &#8216;OTTO&#8217; are meant to be very similar.</li>
<li>Interpolation modified for looping, a temporary change. The entire accumulation logic will have to be rewritten as in the patent, which may help. This needs to be done for u-Law, 8-bit samples (not used in Cave games).</li>
</ul>
<p>At this point I am reluctant to work on the driver until I have a decent hardware setup and a whole bunch of data. Any changes I make may make things worse, not better, because it&#8217;s already so close. Here is a video of Espgaluda in MAME with this current patch, I would say it&#8217;s almost there &#8212; with typical speaker setups it&#8217;ll be probably be indistinguishable from the PCB:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NFH3pHnGy7Y?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/NFH3pHnGy7Y?fs=1&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Anyway, I should get going, have a happy new year and we&#8217;ll see you in 2011.</p>
<p>UPDATE: <a href="http://mamedev.org/">MAME 0.141</a> is released, just before the new year in pacific time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/final-update-for-2010/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A week of audio fun ends on a high note</title>
		<link>http://www.raidenii.net/2010/12/a-week-of-audio-fun-ends-on-a-high-note/</link>
		<comments>http://www.raidenii.net/2010/12/a-week-of-audio-fun-ends-on-a-high-note/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 20:20:05 +0000</pubDate>
		<dc:creator>austere</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=151</guid>
		<description><![CDATA[The ICS2115 audio chip was not perfectly emulated in MAME around the time the Cave PGM dumps were released, with good reason. There was a single datasheet flowing around which was extremely incomplete and even then it came along with some misleading information!
The first thing that really needed fixing was the tempo (i.e. timer control). [...]]]></description>
			<content:encoded><![CDATA[<p>The ICS2115 audio chip was not perfectly emulated in MAME around the time the Cave PGM dumps were released, with good reason. There was a single datasheet flowing around which was extremely incomplete and even then it came along with some misleading information!</p>
<p>The first thing that really needed fixing was the tempo (i.e. timer control). The soundtracks were <a href="http://www.youtube.com/watch?v=3YiG000HjHM" target="_blank">hilariously wrong</a>. The initial fix was done by nimitz, trap15 and I, using a least squares fit and the OST as the reference. The results were good, but involved a bit of guess-work you see. As it turned out, we were close but it broke other games. Anyway, O. Galibert from the mamedev team then found the firmware for a soundcard that used the ICS2115 and was able to extract the actual formula, which was significantly more complex. Our method may have worked for the new games since they used a different timing &#8220;preset&#8221;, but it is time consuming and it is ALWAYS better to find out what is really happening instead of guessing, just to make sure you&#8217;re not off by any amount.</p>
<p><center><a target='_blank' title='ImageShack - Image And Video Hosting' href='http://img404.imageshack.us/i/ics2115.png/'><img src='http://img404.imageshack.us/img404/5760/ics2115.png' border='0' width='50%' height='50%'/></a></center></p>
<p>Anyway, as time went on, I couldn&#8217;t bear listening to the games &#8212; the flawed audio made them unplayable to me. The notes played too long, some notes were buried under the others, the volume was wrong, etc. etc. That&#8217;s when trap15 and I set about to rewrite the core. The first thing we did was try to find out if there were any chips similar enough to the ICS2115 to use as a reference. It turns out there was &#8212; the infamous Gravis Ultrasound (aka GUS), which used the GF1 wavetable synthesiser chip. Here&#8217;s what the chip looked like:</p>
<p><img class="aligncenter" title="Gravis GF-1" src="http://raidenii.net/files/Gravis_GF1.jpg" alt="&quot;Huy guize, I'm from ICS&quot;" width="494" height="503" /></p>
<p>Yeah&#8230; it was the ICS11614 also made by ICS, as you may have guessed. <img src='http://www.raidenii.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  It turned out it was extremely similar as revealed by the SDK Gravis released for it, downloadable <a href="http://raidenii.net/files/GUSDK222.ZIP">here</a>. Unfortunately, reading the SDK revealed that they didn&#8217;t understand the chip too well themselves as it was dreadfully incomplete. By this time, trap15 had rewritten the core from MAME and I was working in parallel to implement it using MAME&#8217;s new C++ interface. Eventually he had to work on other stuff and so did I to some degree, but I&#8217;m pretty obsessive about these things so I persisted, merging his changes along the way. Eventually, I encountered patent 5809466, which is a clone of the GUS amongst other things. This helped me write a more accurate core, but unfortunately there is still ICS2115-specific information missing.</p>
<p>Here&#8217;s a sloppy run through Daioujou BL&#8217;s first four stages, demonstrating the new core:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube-nocookie.com/v/jqH4_QqeerY?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube-nocookie.com/v/jqH4_QqeerY?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>As you can see, it&#8217;s almost there. In fact, it will become more difficult to detect whether it is improving soon, so if you own a PCB/port of any PGM game and are familiar with what it sounds like, feel free to leave your comment. I don&#8217;t have the port on me as I&#8217;m away from my regular &#8220;home&#8221; so I don&#8217;t really have a reference other than the OST.</p>
<p>Any further results will come from reverse engineering the uploaded Z80 code to find out which conditions the remaining mystery commands are sent under (and what the return values for reads should be). If you have any information that could help us (like the missing ICS2115 SDK, mentioned on some ancient websites) please let us know!</p>
<p>A patch against MAME 140u3 can be found <a href="http://activcontrol.net/files/release7.zip">here</a>. Apply it as you would normally apply MAME patches.</p>
<p>Oh &#8230; and before I forget, be sure to have a peaceful death. =p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/a-week-of-audio-fun-ends-on-a-high-note/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>ICS2115 Device Progress</title>
		<link>http://www.raidenii.net/2010/12/ics2115-device-work-mostly-complete/</link>
		<comments>http://www.raidenii.net/2010/12/ics2115-device-work-mostly-complete/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 22:00:13 +0000</pubDate>
		<dc:creator>austere</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=144</guid>
		<description><![CDATA[I will post more about this soon, but first a tune!

Don&#8217;t mind the cropping, it&#8217;s an artifact from handbreak&#8217;s retarded aspect ratio correction interface. Oh and here&#8217;s what it sounded like before the new sound core was written, for your reference:

]]></description>
			<content:encoded><![CDATA[<p>I will post more about this soon, but first a tune!</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube-nocookie.com/v/0dFLQeDtRu4?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/0dFLQeDtRu4?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Don&#8217;t mind the cropping, it&#8217;s an artifact from handbreak&#8217;s retarded aspect ratio correction interface. Oh and here&#8217;s what it sounded like before the new sound core was written, for your reference:</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube-nocookie.com/v/PfTdJyybcZk?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/PfTdJyybcZk?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/ics2115-device-work-mostly-complete/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ICS2115 Core Work</title>
		<link>http://www.raidenii.net/2010/12/ics2115-core-work/</link>
		<comments>http://www.raidenii.net/2010/12/ics2115-core-work/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 07:28:54 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=141</guid>
		<description><![CDATA[We have decided to completely scrap MAME&#8217;s old ICS2115 core, and write our own based upon the old core and our own findings. So far, we have achieved great success for the amount of time that has been put in.
As they say, a picture is worth a thousand words. If this is true, a video [...]]]></description>
			<content:encoded><![CDATA[<p>We have decided to completely scrap MAME&#8217;s old ICS2115 core, and write our own based upon the old core and our own findings. So far, we have achieved great success for the amount of time that has been put in.</p>
<p>As they say, a picture is worth a thousand words. If this is true, a video is worth over a million ;D Anyways, here&#8217;s a sample video of our new sound core, being used to play Knights of Valour 2 (Ketsui and DDP3, unfortunately, do not sound very good at this point in time, and I did not want to disgrace their soundtracks with this emulation).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/pfqzW8Un-0Q" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/pfqzW8Un-0Q"></embed></object></p>
<p>We will continue working on this new sound core until it is as accurate as humanly possible. Thank you for your time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/ics2115-core-work/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MAME Testing Guidelines</title>
		<link>http://www.raidenii.net/2010/12/mame-testing-guideline/</link>
		<comments>http://www.raidenii.net/2010/12/mame-testing-guideline/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 07:02:07 +0000</pubDate>
		<dc:creator>austere</dc:creator>
				<category><![CDATA[PGM Updates]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=134</guid>
		<description><![CDATA[So, after the experience of receiving countless glitch reports on emulation of Ketsui/DOJBL, investigating them and then discovering that there is in fact no glitch, we will require the following procedure before any time is spent on any claim:
1. Get an MD5 checksum of the MAME binary you are using and attach it to your [...]]]></description>
			<content:encoded><![CDATA[<p>So, after the experience of receiving countless glitch reports on emulation of Ketsui/DOJBL, investigating them and then discovering that there is in fact no glitch, we will require the following procedure before any time is spent on any claim:</p>
<p>1. Get an MD5 checksum of the MAME binary you are using and attach it to your report. If you are not using the mainline MAME binary (even if you compile it yourself) or shmupsmame, the report will be ignored. You may use this program if you are running windows: http://www.pc-tools.net/win32/md5sums/.</p>
<p>2.  Now clear your nvram by deleting the [rom].nv file in the nvram directory. This might reset the settings to none defaults, but won&#8217;t be a problem in the future.</p>
<p>3. Record a short run reproducing the bug using the INP recording facility.</p>
<p>4. Find a reference which has the PCB displaying the correct behaviour and attach to your report.</p>
<p>5. Finally, make sure you&#8217;re very specific when describing what is happening. The more time you spend carefully describing the putative glitch, the faster we can investigate it and fix it if it&#8217;s actually a glitch. A vague report like &#8220;teh inputz lagth&#8221; will be ignored.</p>
<p>These guidelines will apply to any other driver we work on in the future. That&#8217;s all. Enjoy yourselves!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/mame-testing-guideline/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Small Downtime</title>
		<link>http://www.raidenii.net/2010/12/small-downtime/</link>
		<comments>http://www.raidenii.net/2010/12/small-downtime/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 00:14:00 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=131</guid>
		<description><![CDATA[Sorry for that small downtime of about 15 minutes just now, I was attempting to upgrade WordPress (unsuccessfully), but I did update our theme a bit. You may (I had to, at least) flush your cache in order to see the new CSS changes.
We&#8217;re still working hard to provide you with the best possible emulation [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for that small downtime of about 15 minutes just now, I was attempting to upgrade WordPress (unsuccessfully), but I did update our theme a bit. You may (I had to, at least) flush your cache in order to see the new CSS changes.</p>
<p>We&#8217;re still working hard to provide you with the best possible emulation experience, so keep watching!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/small-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cave PGM work</title>
		<link>http://www.raidenii.net/2010/12/cave-pgm-work/</link>
		<comments>http://www.raidenii.net/2010/12/cave-pgm-work/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 01:26:40 +0000</pubDate>
		<dc:creator>trap15</dc:creator>
				<category><![CDATA[PGM Updates]]></category>
		<category><![CDATA[Progress Update]]></category>

		<guid isPermaLink="false">http://www.raidenii.net/?p=109</guid>
		<description><![CDATA[Since the release of MAME 140u2, we (nimitz, austere, and I), have been working non-stop to increase the accuracy of the Cave PGM for you.
Today we are proud to display our work, which has the following changes from main-line 140u2:


Cave PGM games have been moved to be a subset of pgm, so that manipulating the romsets [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of MAME 140u2, we (nimitz, austere, and I), have been working non-stop to increase the accuracy of the Cave PGM for you.</p>
<p>Today we are proud to display our work, which has the following changes from main-line 140u2:</p>
<div id="_mcePaste">
<ol>
<li>Cave PGM games have been moved to be a subset of pgm, so that manipulating the romsets is not required.</li>
<li>ASIC027A ARM code simulation has been removed in favor of proper emulation of the ARM (so that usage requires a dump of the internal ROM, or an alternative such as ASick72 [see below])</li>
<li>ICS2115 emulation has been greatly improved, however very small issues with sustain and volume still exist</li>
</ol>
</div>
<p>This work has been great fun for us, and we hope you enjoy the product of it as much as we enjoyed creating it.</p>
<p>As a side-product of change 2, I had to recreate the simulation in actual ARM code. This new code is called ASick72, and so far, recreates the Cave ROM perfectly enough to run all 3 Cave PGM games with no issues.</p>
<p>And now for some links:</p>
<ul>
<li>MAME Patches: <a href="http://www.raidenii.net/files/cavepgm.zip">http://www.raidenii.net/files/cavepgm.zip</a></li>
<li>ASick72 (with binaries): <a href="https://github.com/SquidMan/asick72">https://github.com/SquidMan/asick72</a></li>
</ul>
<p>Many thanks go to the testers at #iustek, #raidenii, #shmups, Shmups forum, and MAMEdev.</p>
<p>Please, send all donations not to here, but to Dr. Decap. He is far more important, providing constant, accurate and very important emulation resources. His website is at <a href="http://decap.mameworld.info/">http://decap.mameworld.info/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidenii.net/2010/12/cave-pgm-work/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

