<?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: DOSDoom on Watcom	</title>
	<atom:link href="https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 20 Apr 2016 11:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164956</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 20 Apr 2016 11:15:50 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5442#comment-164956</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164953&quot;&gt;Jonny&lt;/a&gt;.

That makes perfect sense!

I can see using a WORD to be fast, but you know those extra three bytes....]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164953">Jonny</a>.</p>
<p>That makes perfect sense!</p>
<p>I can see using a WORD to be fast, but you know those extra three bytes&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonny		</title>
		<link>https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164953</link>

		<dc:creator><![CDATA[Jonny]]></dc:creator>
		<pubDate>Wed, 20 Apr 2016 10:59:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5442#comment-164953</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164925&quot;&gt;neozeed&lt;/a&gt;.

Thanks, Found the issue!

For anyone else: the maptexture_t struct has a boolean in it, which used to be 4 bytes, but is 1 byte in c++, so just needs to be padded out to take up 4 bytes of space et voila!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164925">neozeed</a>.</p>
<p>Thanks, Found the issue!</p>
<p>For anyone else: the maptexture_t struct has a boolean in it, which used to be 4 bytes, but is 1 byte in c++, so just needs to be padded out to take up 4 bytes of space et voila!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164925</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 12:35:27 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5442#comment-164925</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164923&quot;&gt;Jonny&lt;/a&gt;.

Some time ago I had fixed it, but I&#039;ve lost the machine I was using to build it.  I know it has something to do that is machine specific, like signed ints or unsigned by default or something weird that is more so compiler specific.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164923">Jonny</a>.</p>
<p>Some time ago I had fixed it, but I&#8217;ve lost the machine I was using to build it.  I know it has something to do that is machine specific, like signed ints or unsigned by default or something weird that is more so compiler specific.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonny		</title>
		<link>https://virtuallyfun.com/2015/09/08/dosdoom-on-watcom/comment-page-1/#comment-164923</link>

		<dc:creator><![CDATA[Jonny]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 11:24:04 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5442#comment-164923</guid>

					<description><![CDATA[Hey,

I&#039;m seeing something exactly like this, did you find the cause in the end?

thanks]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;m seeing something exactly like this, did you find the cause in the end?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
