<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Mika Connection</title>
	<atom:link href="http://mika76.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mika76.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 22 Aug 2008 13:02:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-320</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-320</guid>
		<description>I really appreciate it.
Work is more important.

Regards.</description>
		<content:encoded><![CDATA[<p>I really appreciate it.<br />
Work is more important.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by mika76</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-319</link>
		<dc:creator>mika76</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-319</guid>
		<description>Just to let you know - I will definitely look at making those changes - but I&#039;ve just hit a very busy moment at work which is keeping me away from my other interests.</description>
		<content:encoded><![CDATA[<p>Just to let you know &#8211; I will definitely look at making those changes &#8211; but I&#8217;ve just hit a very busy moment at work which is keeping me away from my other interests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-318</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Sat, 09 Aug 2008 21:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-318</guid>
		<description>Ah, I see.
One particular build of MAME called MAMEplus is distributed on a large dll along with two small executables for command line and MAME32 interface usage.  This happens to be the build of MAME I use but I realize most people probably use the official one.
I think the work-around suggested above could be a secondary alternative...</description>
		<content:encoded><![CDATA[<p>Ah, I see.<br />
One particular build of MAME called MAMEplus is distributed on a large dll along with two small executables for command line and MAME32 interface usage.  This happens to be the build of MAME I use but I realize most people probably use the official one.<br />
I think the work-around suggested above could be a secondary alternative&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by mika76</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-317</link>
		<dc:creator>mika76</dc:creator>
		<pubDate>Sat, 09 Aug 2008 07:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-317</guid>
		<description>What I mean was that I&#039;d like to call mame using COM calls or by using a DLL directly and not through the command line as a separate process, but thanks for the links - I&#039;ll have a look at them.</description>
		<content:encoded><![CDATA[<p>What I mean was that I&#8217;d like to call mame using COM calls or by using a DLL directly and not through the command line as a separate process, but thanks for the links &#8211; I&#8217;ll have a look at them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-316</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-316</guid>
		<description>The web addresses above are missing the &quot;http://&quot; because otherwise, my post was not going through..</description>
		<content:encoded><![CDATA[<p>The web addresses above are missing the &#8220;http://&#8221; because otherwise, my post was not going through..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-315</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 19:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-315</guid>
		<description>Here is the response I got from the original author of the front-end:

MaLa starts an emu with the function CreateProcess.
msdn.microsoft.com/en-us/library/ms682425.aspx

This function needs a StartupInfo structure and there is one field (wShowWindow) for the visibility of the window.
msdn.microsoft.com/en-us/library/ms686331(VS.85).aspx

Here you can find possible values for the visibility parameter.
msdn.microsoft.com/en-us/library/ms633548.aspx

MaLa is using SW_HIDE to hide the window.

I&#039;m not a programmer myself but the information looks pretty helpful.

I hope it helps</description>
		<content:encoded><![CDATA[<p>Here is the response I got from the original author of the front-end:</p>
<p>MaLa starts an emu with the function CreateProcess.<br />
msdn.microsoft.com/en-us/library/ms682425.aspx</p>
<p>This function needs a StartupInfo structure and there is one field (wShowWindow) for the visibility of the window.<br />
msdn.microsoft.com/en-us/library/ms686331(VS.85).aspx</p>
<p>Here you can find possible values for the visibility parameter.<br />
msdn.microsoft.com/en-us/library/ms633548.aspx</p>
<p>MaLa is using SW_HIDE to hide the window.</p>
<p>I&#8217;m not a programmer myself but the information looks pretty helpful.</p>
<p>I hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-314</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-314</guid>
		<description>Interesting.  The front-end I am using, MaLa, hides the command lines of the emulator.  I&#039;ll ask the current developer how it does it.
It is rather strange that I get that and you don&#039;t.  I normally use an older version of MAME so, just in case, I tried a recent release of the official build and the same thing happens.</description>
		<content:encoded><![CDATA[<p>Interesting.  The front-end I am using, MaLa, hides the command lines of the emulator.  I&#8217;ll ask the current developer how it does it.<br />
It is rather strange that I get that and you don&#8217;t.  I normally use an older version of MAME so, just in case, I tried a recent release of the official build and the same thing happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by mika76</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-313</link>
		<dc:creator>mika76</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-313</guid>
		<description>Strange - doesn&#039;t happen to me at all. I&#039;ll have a look and see if I can come up with a solution. Ideally I would like to call MAME directly and not through the command line, but I cannot see how to do that yet.</description>
		<content:encoded><![CDATA[<p>Strange &#8211; doesn&#8217;t happen to me at all. I&#8217;ll have a look and see if I can come up with a solution. Ideally I would like to call MAME directly and not through the command line, but I cannot see how to do that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by TheManuel</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-312</link>
		<dc:creator>TheManuel</dc:creator>
		<pubDate>Fri, 08 Aug 2008 17:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-312</guid>
		<description>After a few seconds of showing the black screen with the name of the game and the MAME logo (which looks very nice, by the way), it briefly shows the Windows taskbar and a command window loading the game.  This lasts more or less depending on how big the rom is.  It disrupts the flow going from the info screen to the MAME game.
I tried to get around this using a wrapper application that hides the command window but then mamesaver only shuts down the wrapper and MAME stays so when it cycles to another game, it creates a new instance of MAME so that did not work.

But I don&#039;t want to come accross as a knit-picker.  I&#039;m already grateful that you are considering adding the feature to play games directly from the screensaver.</description>
		<content:encoded><![CDATA[<p>After a few seconds of showing the black screen with the name of the game and the MAME logo (which looks very nice, by the way), it briefly shows the Windows taskbar and a command window loading the game.  This lasts more or less depending on how big the rom is.  It disrupts the flow going from the info screen to the MAME game.<br />
I tried to get around this using a wrapper application that hides the command window but then mamesaver only shuts down the wrapper and MAME stays so when it cycles to another game, it creates a new instance of MAME so that did not work.</p>
<p>But I don&#8217;t want to come accross as a knit-picker.  I&#8217;m already grateful that you are considering adding the feature to play games directly from the screensaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mamesaver by mika76</title>
		<link>http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-311</link>
		<dc:creator>mika76</dc:creator>
		<pubDate>Fri, 08 Aug 2008 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://mika76.wordpress.com/2007/04/29/mamesaver-v10-beta/#comment-311</guid>
		<description>Well on mine it doesn&#039;t show at all. What are you seeing?</description>
		<content:encoded><![CDATA[<p>Well on mine it doesn&#8217;t show at all. What are you seeing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
