<?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/"
	
	>
<channel>
	<title>
	Comments on: UAE 0.8.29 on Windows	</title>
	<atom:link href="https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 28 Jul 2016 10:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169779</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 10:12:14 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169779</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169778&quot;&gt;beezle&lt;/a&gt;.

You can also take the source to what I have on &lt;a href=&quot;https://sourceforge.net/projects/uae-archive/files/binaries/&quot; rel=&quot;nofollow&quot;&gt;sourceforge&lt;/a&gt;, and fire up DJGPP and see how much of it actually compiles.  Naturally the SDL stuff will bomb, but for the 0.4 version there isn&#039;t all that much.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169778">beezle</a>.</p>
<p>You can also take the source to what I have on <a href="https://sourceforge.net/projects/uae-archive/files/binaries/" rel="nofollow">sourceforge</a>, and fire up DJGPP and see how much of it actually compiles.  Naturally the SDL stuff will bomb, but for the 0.4 version there isn&#8217;t all that much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: beezle		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169778</link>

		<dc:creator><![CDATA[beezle]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 10:01:28 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169778</guid>

					<description><![CDATA[Yeah, I probably should have tried the options available to maybe run the win32 binary in dos first before I started asking about possibility of a DOS version   :-) 
A native dos version would be nice, but I&#039;ll see how I go with the above and let you know how I go.]]></description>
			<content:encoded><![CDATA[<p>Yeah, I probably should have tried the options available to maybe run the win32 binary in dos first before I started asking about possibility of a DOS version   🙂<br />
A native dos version would be nice, but I&#8217;ll see how I go with the above and let you know how I go.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169775</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 08:34:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169775</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169774&quot;&gt;beezle&lt;/a&gt;.

It&#039;s not so much what it&#039;s emulating, but how.  If all the chipsets &#038; cpu are expected to operate in parallel, using locking/mutex&#039;s/messages to communicate it&#039;d be a nightmare to port to MS-DOS ... but if it&#039;s just do xyz for a few cycles, then check other stuff maybe.

I just haven&#039;t looked, but the other stuff should run.

HX DOS may just run it out of the box.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169774">beezle</a>.</p>
<p>It&#8217;s not so much what it&#8217;s emulating, but how.  If all the chipsets &amp; cpu are expected to operate in parallel, using locking/mutex&#8217;s/messages to communicate it&#8217;d be a nightmare to port to MS-DOS &#8230; but if it&#8217;s just do xyz for a few cycles, then check other stuff maybe.</p>
<p>I just haven&#8217;t looked, but the other stuff should run.</p>
<p>HX DOS may just run it out of the box.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: beezle		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169774</link>

		<dc:creator><![CDATA[beezle]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 08:30:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169774</guid>

					<description><![CDATA[OSes like, ironically, amiga os, and its clones like the binary compatible MorphOS, and open source, api compatible (and bin compatible on 68k build on actual amigas) AROS dont have &quot;proper&quot; threading for their variations of UAE. The SDL backends are used in some builds, and it works quite well. 
Point being I guess, so long as it&#039;s only tide lightly at worst to win32 it should work with something like HX Extender. Im under the impression sdl generally works pretty well there.

Take all this with a grain of salt by the way, it&#039;s both a bit vague in my memory, and something I was only moderately familiar with in the first place   :-)]]></description>
			<content:encoded><![CDATA[<p>OSes like, ironically, amiga os, and its clones like the binary compatible MorphOS, and open source, api compatible (and bin compatible on 68k build on actual amigas) AROS dont have &#8220;proper&#8221; threading for their variations of UAE. The SDL backends are used in some builds, and it works quite well.<br />
Point being I guess, so long as it&#8217;s only tide lightly at worst to win32 it should work with something like HX Extender. Im under the impression sdl generally works pretty well there.</p>
<p>Take all this with a grain of salt by the way, it&#8217;s both a bit vague in my memory, and something I was only moderately familiar with in the first place   🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169770</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 06:21:13 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169770</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169769&quot;&gt;Anonymous&lt;/a&gt;.

I would venture a &#039;maybe&#039;.  UAE used to run on MS-DOS via DJGPP.  I guess it comes down to if it needs POSIX/Win32 only things like threads, but I don&#039;t think so.

Of all the versions of UAE I had to hammer around to get working again on Win32 with SDL, this is the only one I didn&#039;t have to do anything with, as it already had SDL support, and worked &#039;out of the box&#039;.

So, &#039;maybe&#039;?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169769">Anonymous</a>.</p>
<p>I would venture a &#8216;maybe&#8217;.  UAE used to run on MS-DOS via DJGPP.  I guess it comes down to if it needs POSIX/Win32 only things like threads, but I don&#8217;t think so.</p>
<p>Of all the versions of UAE I had to hammer around to get working again on Win32 with SDL, this is the only one I didn&#8217;t have to do anything with, as it already had SDL support, and worked &#8216;out of the box&#8217;.</p>
<p>So, &#8216;maybe&#8217;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://virtuallyfun.com/2016/05/09/uae-0-8-29-on-windows/comment-page-1/#comment-169769</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 28 Jul 2016 04:53:02 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6152#comment-169769</guid>

					<description><![CDATA[Great stuff. 
Personally I find this stuff interesting. Is there any chance this cold be backported to dos even? (even if it needed some sort of dos extender). 
For my tastes dos still makes a great option as a host os for a dedicated emulator system. It&#039;s tiny, easy to work with, easy to make &quot;invisible&quot;and so on. 
Anyway, interesting reading one way or another. Thanks   :-)]]></description>
			<content:encoded><![CDATA[<p>Great stuff.<br />
Personally I find this stuff interesting. Is there any chance this cold be backported to dos even? (even if it needed some sort of dos extender).<br />
For my tastes dos still makes a great option as a host os for a dedicated emulator system. It&#8217;s tiny, easy to work with, easy to make &#8220;invisible&#8221;and so on.<br />
Anyway, interesting reading one way or another. Thanks   🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
