<?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>pcem &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/pcem/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 22 May 2019 02:32:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>PCem v15 released!</title>
		<link>https://virtuallyfun.com/2019/05/22/pcem-v15-released/</link>
					<comments>https://virtuallyfun.com/2019/05/22/pcem-v15-released/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 22 May 2019 02:32:12 +0000</pubDate>
				<category><![CDATA[80286]]></category>
		<category><![CDATA[80386]]></category>
		<category><![CDATA[8086]]></category>
		<category><![CDATA[IBMPC]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9503</guid>

					<description><![CDATA[The new dynamic recompiler appears to be much more faster, although if you want maximum performance, make sure to set your video card to the fastest possible performance. I was doing my typical DooM thing, and the performance was abysmal. &#8230; <a href="https://virtuallyfun.com/2019/05/22/pcem-v15-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The new dynamic recompiler appears to be much more faster, although if you want maximum performance, make sure to set your video card to the fastest possible performance.</p>



<p class="wp-block-paragraph">I was doing my typical DooM thing, and the performance was abysmal.  But I did have an 8bit VGA card selected, so what would I really expect?  Interestingly enough in &#8216;low resolution&#8217; mode it performed quite well, but setting it to the artificial &#8216;fastest PCI/VLB&#8217; speed it was performing just great.</p>



<p class="wp-block-paragraph"><a href="https://pcem-emulator.co.uk/"> PCem v15</a> released. Changes from v14 :</p>



<ul class="wp-block-list"><li>New machines added &#8211; Zenith Data SupersPort, Bull Micral 45, Tulip AT Compact, Amstrad PPC512/640, Packard Bell PB410A, ASUS P/I-P55TVP4, ASUS P/I-P55T2P4, Epox P55-VA, FIC VA-503+</li><li>New graphics cards added &#8211; Image Manager 1024, Sigma Designs Color 400, Trigem Korean VGA</li><li>Added emulation of AMD K6 family and IDT Winchip 2</li><li>New CPU recompiler. This provides several optimisations, and the new design allows for greater portability and more scope for optimisation in the future</li><li>Experimental ARM and ARM64 host support</li><li>Read-only cassette emulation for IBM PC and PCjr</li><li>Numerous bug fixes</li></ul>



<p class="wp-block-paragraph"><em>Thanks to dns2kv2, Greatpsycho, Greg V, John Elliott, Koutakun, leilei, Martin_Riarte, rene, Tale and Tux for contributions towards this release. </em></p>



<p class="wp-block-paragraph">As always <a href="https://pcem-emulator.co.uk/downloads.html">PCem can be downloaded here</a>:</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/05/22/pcem-v15-released/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>PCem ported to FreeBASIC</title>
		<link>https://virtuallyfun.com/2019/02/18/pcem-ported-to-freebasic/</link>
					<comments>https://virtuallyfun.com/2019/02/18/pcem-ported-to-freebasic/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 18 Feb 2019 01:32:43 +0000</pubDate>
				<category><![CDATA[basic]]></category>
		<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9233</guid>

					<description><![CDATA[Yes, it&#8217;s that PCem. And yes BASIC. From the post on the freebasic.net/forum. Some time ago I raised a challenge: make a PC emulator 80486 in Basic !!! To achieve this, I used a very old version of PCEM, with &#8230; <a href="https://virtuallyfun.com/2019/02/18/pcem-ported-to-freebasic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Yes, it&#8217;s that <a href="https://pcem-emulator.co.uk/">PCem</a>.  And yes <a href="https://www.freebasic.net/">BASIC</a>.</p>



<p class="wp-block-paragraph">From the post on the <a href="https://www.freebasic.net/forum/viewtopic.php?f=8&amp;p=258396#p258396">freebasic.net/forum</a>.</p>



<p class="wp-block-paragraph">

Some time ago I raised a challenge: make a PC emulator 80486 in Basic !!!</p>



<p class="wp-block-paragraph"><em>To achieve this, I used a very old version of PCEM, with the help of &#8220;FreeBasic&#8221;, starting from PCEM-V4.1, about six months ago, I managed to make it work, in 80286 mode only. Then I went little by little adding functionalities of the following versions, until arriving at the V8 (not completely, but if great part). Due to the complexity and lack of speed in BASIC, I have only converted the modules that have interested me the most, eliminating many unnecessary ones, so I have managed to reach anÂ </em><strong><em>80486-DX2-66mhz with FPU, 16mb of RAM and VGA TSENG of 2mb</em></strong><em>.<br>I have removed many non-necessary modules, such as the sound (it does not have any sound), the LPT port, the PS2 port, the FDC unit and more.<br>It has many faults, but in general they work VERY well, and it is capable of running &#8220;WINDOWS 3.11&#8221;, &#8220;Deluxe Paint&#8221;, &#8220;Wolfstein 3D&#8221; and many other programs.Â <br>It can reach a resolution of 800&#215;600 to 16 colors, but it moves better in 640&#215;480 16 colors.<br>The keyboard fails, all the keys do not work, and neither EMM386.EXE nor EXPANDED memory can be used, because it fails and becomes very slow.<br>It works in both protected mode and real mode, but when entering protected mode, the PC becomes slow. </em></p>



<p class="wp-block-paragraph">It&#8217;s slow, but yes, it runs!</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="660" height="382" src="https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem.png" alt="" class="wp-image-9234" srcset="https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem.png 660w, https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem-300x174.png 300w" sizes="(max-width: 660px) 100vw, 660px" /></figure>



<p class="wp-block-paragraph">It only has one config hard coded, as  <a href="https://www.freebasic.net/forum/memberlist.php?mode=viewprofile&amp;u=4928&amp;sid=be7a8fbbb4a14bb4574ace891b53cb21">jepalza</a> ported enough of it for this one config.  Oddly enough it&#8217;s my least favorite the &#8216;winbios&#8217; 486.</p>



<figure class="wp-block-image"><img decoding="async" width="642" height="377" src="https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem-bios-config.png" alt="" class="wp-image-9235" srcset="https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem-bios-config.png 642w, https://virtuallyfun.com/wp-content/uploads/2019/02/basic-pcem-bios-config-300x176.png 300w" sizes="(max-width: 642px) 100vw, 642px" /></figure>



<p class="wp-block-paragraph">I have to say this is pretty cool!</p>



<p class="wp-block-paragraph">As always, here is my mirror  (usual 404 page reading required) here: <a href="https://vpsland.superglobalmegacorp.com/install/Win32/PCEM_FB486.rar">PCEM_FB486.rar</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2019/02/18/pcem-ported-to-freebasic/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>OS/2 2.00 CGA on PCem v13</title>
		<link>https://virtuallyfun.com/2017/12/23/os-2-2-00-cga-on-pcem-v13/</link>
					<comments>https://virtuallyfun.com/2017/12/23/os-2-2-00-cga-on-pcem-v13/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 02:56:23 +0000</pubDate>
				<category><![CDATA[CGA]]></category>
		<category><![CDATA[OS/2]]></category>
		<category><![CDATA[OS/2 2.0]]></category>
		<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7975</guid>

					<description><![CDATA[I don&#8217;t know why I did it, as honestly I didn&#8217;t like it on CGA back when it was a thing.Â  Also, thankfully the hard disk speed on PCem is way faster than the real thing.Â  And I&#8217;m not complaining. &#8230; <a href="https://virtuallyfun.com/2017/12/23/os-2-2-00-cga-on-pcem-v13/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I don&#8217;t know why I did it, as honestly I didn&#8217;t like it on CGA back when it was a thing.Â  Also, thankfully the hard disk speed on PCem is way faster than the real thing.Â  And I&#8217;m not complaining.</p>
<p><div id="attachment_7961" style="width: 668px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/Installing-OS2-2.00-CGA.png"><img decoding="async" aria-describedby="caption-attachment-7961" class="wp-image-7961 size-full" src="https://virtuallyfun.com/wp-content/uploads/2017/12/Installing-OS2-2.00-CGA.png" alt="" width="658" height="417" /></a><p id="caption-attachment-7961" class="wp-caption-text">Installing</p></div></p>
<p>Text mode is all the same setup wise, but on reboot the installer goes forward in glorious CGA &#8216;high res&#8217; mode.Â  Which is pretty terrible.</p>
<p><div id="attachment_7960" style="width: 668px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/Welcom-to-OS2-2.00-CGA.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7960" class="wp-image-7960 size-full" src="https://virtuallyfun.com/wp-content/uploads/2017/12/Welcom-to-OS2-2.00-CGA.png" alt="" width="658" height="417" /></a><p id="caption-attachment-7960" class="wp-caption-text">Welcome to OS/2!</p></div></p>
<p>Yuck.Â  I guess at the time I just felt lucky that I could at least run it.Â  Although once I got lucky enough to score an EGA card + monitor.Â  Anyways let&#8217;s continue the horror!</p>
<p><div id="attachment_7956" style="width: 668px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/OS2-2.00-CGA-Command-Prmopt.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7956" class="size-full wp-image-7956" src="https://virtuallyfun.com/wp-content/uploads/2017/12/OS2-2.00-CGA-Command-Prmopt.png" alt="" width="658" height="417" /></a><p id="caption-attachment-7956" class="wp-caption-text">Command prompt</p></div></p>
<p>Yep, there is the desktop! .. barely.Â  The desktop constantly want&#8217;s to jump around which is annoying, just as command prompt&#8217;s cant decide if they should be black or white.Â  And the font&#8217;s get truncated.Â  It&#8217;s almost as if nobody cared about actually supporting CGA.Â  Which honestly I&#8217;m more surprised that it even made the cut.</p>
<p><div id="attachment_7974" style="width: 1652px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/OS2-2.00-CGA-Microsoft-Word.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7974" class="size-full wp-image-7974" src="https://virtuallyfun.com/wp-content/uploads/2017/12/OS2-2.00-CGA-Microsoft-Word.png" alt="" width="1642" height="1044" /></a><p id="caption-attachment-7974" class="wp-caption-text">Word and the fox</p></div></p>
<p>Sure, I could have changed the default font, but why should I?Â  I know Word 1.1 is very primitive but wow.</p>
<p>To be fair, Windows in CGA is pretty terrible as well.</p>
<p><div id="attachment_7985" style="width: 666px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/Windows-3.0-in-CGA.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7985" class="size-full wp-image-7985" src="https://virtuallyfun.com/wp-content/uploads/2017/12/Windows-3.0-in-CGA.png" alt="" width="656" height="416" /></a><p id="caption-attachment-7985" class="wp-caption-text">Could they make the title bar any larger?</p></div></p>
<p>Not to mention solitaire on both is nearly impossible between the lack of colour, and the lack of any high resolution.Â  I suppose the Wyse 700 display ought to be much nicer, if only they had gone through the hell of making OS/2 device drivers.</p>
<p>One neat &#8216;feature&#8217; of PCem is that it&#8217;s <a href="http://www.seasip.info/VintagePC/cga.html">CGA emulates the single ported memory</a>, so that the card &amp; host cannot properly share the video memory so for programs not watching the retrace line you get the snow effect. (<a href="https://www.youtube.com/watch?v=XxAdJpyZ0HM">here is a demo,Â GP-01 by Genesis Project with snow</a>, <a href="https://www.youtube.com/watch?v=2O_-sb0purg">and here without snow</a>).</p>
<p>but of course in this day &amp; age all of this really is moot.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2017/12/23/os-2-2-00-cga-on-pcem-v13/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>PCem v13 released</title>
		<link>https://virtuallyfun.com/2017/12/12/pcem-v13-released/</link>
					<comments>https://virtuallyfun.com/2017/12/12/pcem-v13-released/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 12 Dec 2017 10:09:51 +0000</pubDate>
				<category><![CDATA[8086]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7909</guid>

					<description><![CDATA[Lots of new features added into this release! New systems like: IBM PS/2 Model 50 IBM PS/2 Model 55SX IBM PS/2 Model 80 New disk controllers! AT Fixed Disk Adapter DTC 5150X Fixed Disk Adapter (Xebec) IBM ESDI Fixed Disk &#8230; <a href="https://virtuallyfun.com/2017/12/12/pcem-v13-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Lots of new features added into this release!</p>
<p>New systems like:</p>
<ul>
<li>IBM PS/2 Model 50</li>
<li>IBM PS/2 Model 55SX</li>
<li>IBM PS/2 Model 80</li>
</ul>
<p>New disk controllers!</p>
<ul>
<li>AT Fixed Disk Adapter</li>
<li>DTC 5150X</li>
<li>Fixed Disk Adapter (Xebec)</li>
<li>IBM ESDI Fixed Disk Controller</li>
<li>Western Digital WD1007V-SE1</li>
<li>Adaptec AHA-1542C</li>
<li>BusLogic BT-545S</li>
<li>Longshine LCS-6821N</li>
<li>Rancho RT1000B</li>
<li>Trantor T130B</li>
</ul>
<p>And plenty of new fixes!Â  I just installed Citrix 2.0 with the older OS/2 1.2 based drivers, and it works great!</p>
<p><div id="attachment_7910" style="width: 732px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/12/Citrix-2.0-on-PCem-v13.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7910" class="size-full wp-image-7910" src="https://virtuallyfun.com/wp-content/uploads/2017/12/Citrix-2.0-on-PCem-v13.png" alt="" width="722" height="447" /></a><p id="caption-attachment-7910" class="wp-caption-text">Citrix 2.0 on PCem v13</p></div></p>
<p>The <a href="http://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=2&amp;t=2813#p9428">full announcement is here</a>, along with downloads for <a href="http://pcem-emulator.co.uk/files/PCemV13Win.zip">Windows</a> &amp; <a href="http://pcem-emulator.co.uk/files/PCemV13Linux.tar.gz">Linux</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2017/12/12/pcem-v13-released/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
			</item>
		<item>
		<title>Using Voodoo 2 emulation with PCem / 86Box</title>
		<link>https://virtuallyfun.com/2017/06/23/using-voodoo-2-emulation-pcem-86box/</link>
					<comments>https://virtuallyfun.com/2017/06/23/using-voodoo-2-emulation-pcem-86box/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 23 Jun 2017 13:03:20 +0000</pubDate>
				<category><![CDATA[pcem]]></category>
		<category><![CDATA[Windows 95]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=7180</guid>

					<description><![CDATA[I&#8217;ve never had a Voodoo card before, I had was theÂ Sierra Screamin&#8217;3D Rendition Verite 1000, which came with it&#8217;s own drivers that set the whole thing up. As always work got in the way of fun, and I missed out &#8230; <a href="https://virtuallyfun.com/2017/06/23/using-voodoo-2-emulation-pcem-86box/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve never had a Voodoo card before, I had was theÂ <a href="https://www.vogons.org/viewtopic.php?f=46&amp;t=47482">Sierra Screamin&#8217;3D Rendition Verite 1000</a>, which came with it&#8217;s own drivers that set the whole thing up. As always work got in the way of fun, and I missed out on the whole Direct X thing on Windows 95, as I was busy working on MS SQL on Windows NT, where hardware OpenGL cards were the way to go.</p>
<p>But thanks to emulation we can re-live the pain!</p>
<p>I setup emulation for an Intel Advanced/EV board, with an Intel Pentium Overdrive CPU at 166Mhz (my machine can handle that easily with the new builds!), 32MB of RAM, and a Phoenix S3 Trio32 video card set as Fast VLB/PCI. Â After that toogle Voodoo Graphics, set the card model to the Voodoo2 , and bump up the RAM to 4MB, because we live in the future!</p>
<p>Also I should mention, that much like real hardware, it is best to go into the BIOS (F1 to enter BIOS setup) and make some changes, disable the built in audio card, serial and parallel ports.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-7182" src="https://virtuallyfun.com/wp-content/uploads/2017/06/Peripheral-Configuration.png" alt="" width="452" height="234" /></p>
<p>And make sure the board is set to use the ICU with Windows 95 Plug &amp; Play support.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-7183" src="https://virtuallyfun.com/wp-content/uploads/2017/06/plug-and-play-configuration.png" alt="" width="549" height="152" /></p>
<p>To go from old, I installed Windows 95 from virtual floppies. Â Its the oldest/smallest retail version of Windows 95, so I know if it&#8217;ll work here, it&#8217;ll work on much newer versions.</p>
<p>For me the S3 card is picked up by Windows on it&#8217;s own. Â Now for the fun with better graphics. Â As a test I&#8217;m using <a href="https://en.wikipedia.org/wiki/Wipeout_2097">Wipeout 2097 / XL</a> for the PC. Â Although the game comes with Direct X version 3, I have found that the video emulation has major issues with the updated Direct X v3 drivers. Â I did find that the <a href="http://www.falconfly.de/downloads/DirectX-70a(en).zip">Direct X 7a</a> drivers work fine, along with the last <a href="http://www.falconfly.de/downloads/voodoo2-30202.zip">reference Â driver for Windows 9x</a>. Â Now I know you&#8217;ll want to know where to find ancient software like this, and it&#8217;s all on this great siteÂ <a href="http://www.falconfly.de/directx.htm">falconfly.de</a></p>
<p>In my case, I found it easier to install Direct X 7, then expand the Voodoo driver, and in the hardware manager, find the &#8216;unknown&#8217; device, and point it to the voodoo driver, reboot and you should be now set!</p>
<p>You can verify the installation by running dxdiag</p>
<p><div id="attachment_7181" style="width: 619px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7181" class="size-full wp-image-7181" src="https://virtuallyfun.com/wp-content/uploads/2017/06/directx-diag-for-voodoo2.png" alt="" width="609" height="427" /><p id="caption-attachment-7181" class="wp-caption-text">3dfxV2.drv</p></div></p>
<p>One thing of note, is that all 3D accelerated options are &#8220;full screen&#8221;. Â Which I don&#8217;t think really matters as by default PCem runs in a window. Â If you are multitasking odds are you aren&#8217;t trying to multitask with Windows 95&#8230;.</p>
<p><div id="attachment_7184" style="width: 809px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2017/06/wipeout-xl.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-7184" class="size-full wp-image-7184" src="https://virtuallyfun.com/wp-content/uploads/2017/06/wipeout-xl.jpg" alt="" width="799" height="598" /></a><p id="caption-attachment-7184" class="wp-caption-text">Wipeout XL</p></div></p>
<p>And I have to say, it looks GREAT!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2017/06/23/using-voodoo-2-emulation-pcem-86box/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>PCem v12 released</title>
		<link>https://virtuallyfun.com/2017/02/19/pcem-v12-released/</link>
					<comments>https://virtuallyfun.com/2017/02/19/pcem-v12-released/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 02:49:11 +0000</pubDate>
				<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6782</guid>

					<description><![CDATA[PCem v12 released. Changes from v11 : New machines added &#8211; AMI 386DX, MR 386DX New graphics cards &#8211; Plantronics ColorPlus, Wyse WY-700, Obsidian SB50, Voodoo 2 CPU optimisations &#8211; up to 50% speedup seen 3DFX optimisations Improved joystick emulation &#8230; <a href="https://virtuallyfun.com/2017/02/19/pcem-v12-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>PCem v12 released. Changes from v11 :</p>
<ul>
<li>New machines added &#8211; AMI 386DX, MR 386DX</li>
<li>New graphics cards &#8211; Plantronics ColorPlus, Wyse WY-700, Obsidian SB50, Voodoo 2</li>
<li>CPU optimisations &#8211; up to 50% speedup seen</li>
<li>3DFX optimisations</li>
<li>Improved joystick emulation &#8211; analogue joystick up to 8 buttons, CH Flightstick Pro, ThrustMaster FCS, SideWinder pad(s)</li>
<li>Mouse can be selected between serial, PS/2, and IntelliMouse</li>
<li>Basic 286/386 prefetch emulation &#8211; 286 &amp; 386 performance much closer to real systems</li>
<li>Improved CGA/PCjr/Tandy composite emulation</li>
<li>Various bug fixes</li>
</ul>
<p>Thanks to Battler, leilei, John Elliott, Mahod, basic2004 and ecksemmess for contributions towards this release.</p>
<p><a href="http://pcem-emulator.co.uk/">http://pcem-emulator.co.uk/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2017/02/19/pcem-v12-released/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>As requested, PCem v11 with networking</title>
		<link>https://virtuallyfun.com/2016/06/11/as-requested-pcem-v11-with-networking/</link>
					<comments>https://virtuallyfun.com/2016/06/11/as-requested-pcem-v11-with-networking/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 11 Jun 2016 09:15:47 +0000</pubDate>
				<category><![CDATA[80286]]></category>
		<category><![CDATA[80386]]></category>
		<category><![CDATA[8086]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBMPC]]></category>
		<category><![CDATA[pcem]]></category>
		<category><![CDATA[virtual networking]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6244</guid>

					<description><![CDATA[injecting networking was no more difficult than it was in version 10. Â It&#8217;s only a few changes to pc.c, if you look at the USENETWORKING define you&#8217;ll see them. Â The best notes are on the forum. I haven&#8217;t changed or &#8230; <a href="https://virtuallyfun.com/2016/06/11/as-requested-pcem-v11-with-networking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><div id="attachment_6245" style="width: 812px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/PCem-v11-networking-slirp.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6245" class="size-full wp-image-6245" src="https://virtuallyfun.com/wp-content/uploads/2016/06/PCem-v11-networking-slirp.png" alt="via SLiRP" width="802" height="647" /></a><p id="caption-attachment-6245" class="wp-caption-text">via SLiRP</p></div></p>
<p>injecting networking was no more difficult than it was in version 10. Â It&#8217;s only a few changes to pc.c, if you look at the USENETWORKING define you&#8217;ll see them. Â The best <a href="http://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&amp;t=287&amp;start=90">notes are on the forum</a>.</p>
<p>I haven&#8217;t changed or improved anything it still requires manual configuration.</p>
<p>Downloads are available on my site asÂ <a href="http://vpsland.superglobalmegacorp.com/install/pcem/pcem_v11_networking.7z">pcem_v11_networking.7z</a>. Â You&#8217;ll have to defeat the password protection, as always. Â I included the source, it ought to be trivial to rebuild.</p>
<p><em>*For anyone using an old version the &#8216;nvr&#8217; directory is missing, so PC-em is unable to create new non volatile ram save files, meaning you always loose your BIOS settings. Â Sorry I missed that one.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2016/06/11/as-requested-pcem-v11-with-networking/feed/</wfw:commentRss>
			<slash:comments>22</slash:comments>
		
		
			</item>
		<item>
		<title>PCem v11 released</title>
		<link>https://virtuallyfun.com/2016/06/06/pcem-v11-released/</link>
					<comments>https://virtuallyfun.com/2016/06/06/pcem-v11-released/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 06 Jun 2016 03:47:37 +0000</pubDate>
				<category><![CDATA[80286]]></category>
		<category><![CDATA[80386]]></category>
		<category><![CDATA[8086]]></category>
		<category><![CDATA[IBMPC]]></category>
		<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6230</guid>

					<description><![CDATA[I haven&#8217;t had time to follow it, but great news! PCem v11 released. Changes from v10.1 : New machines added &#8211; Tandy 1000HX, Tandy 1000SL/2, Award 286 clone, IBM PS/1 model 2121 New graphics card &#8211; Hercules InColor 3DFX recompiler &#8230; <a href="https://virtuallyfun.com/2016/06/06/pcem-v11-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I haven&#8217;t had time to follow it, but great news!</p>
<p><a href="http://pcem-emulator.co.uk/">PCem v11 released</a>. Changes from v10.1 :</p>
<ul>
<li>New machines added &#8211; Tandy 1000HX, Tandy 1000SL/2, Award 286 clone, IBM PS/1 model 2121</li>
<li>New graphics card &#8211; Hercules InColor</li>
<li>3DFX recompiler &#8211; 2-4x speedup over previous emulation</li>
<li>Added Cyrix 6&#215;86 emulation</li>
<li>Some optimisations to dynamic recompiler &#8211; typically around 10-15% improvement over v10, more when MMX used</li>
<li>Fixed broken 8088/8086 timing</li>
<li>Fixes to Mach64 and ViRGE 2D blitters</li>
<li>XT machines can now have less than 640kb RAM</li>
<li>Added IBM PS/1 audio card emulation</li>
<li>Added Adlib Gold surround module emulation</li>
<li>Fixes to PCjr/Tandy PSG emulation</li>
<li>GUS now in stereo</li>
<li>Numerous FDC changes &#8211; more drive types, FIFO emulation, better support of XDF images, better FDI support</li>
<li>CD-ROM changes &#8211; CD-ROM IDE channel now configurable, improved disc change handling, better volume control support</li>
<li>Now directly supports .ISO format for CD-ROM emulation</li>
<li>Fixed crash when using Direct3D output on Intel HD graphics</li>
<li>Various other fixes</li>
</ul>
<p>Thanks to Battler, SA1988, leilei, Greatpsycho, John Elliott, RichardG867, ecksemmess and cooprocks123e for contributions towards this release.</p>
<p>Downloads are available for <a href="http://pcem-emulator.co.uk/files/PCemV11Win.zip">Windows</a> &amp; <a href="http://pcem-emulator.co.uk/files/PCemV11Linux.tar.gz">Linux</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2016/06/06/pcem-v11-released/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>PCem version 10 is officially released!</title>
		<link>https://virtuallyfun.com/2015/10/25/pcem-version-10-is-officially-released/</link>
					<comments>https://virtuallyfun.com/2015/10/25/pcem-version-10-is-officially-released/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 25 Oct 2015 01:08:14 +0000</pubDate>
				<category><![CDATA[pcem]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5650</guid>

					<description><![CDATA[&#160; New machines &#8211; AMI XT clone, DTK XT clone, VTech Laser Turbo XT, VTech Laser XT3, Phoenix XT clone, Juko XT clone, IBM PS/1 model 2011, Compaq Deskpro 386, DTK 386SX clone, Phoenix 386 clone, Intel Premiere/PCI, Intel Advanced/EV &#8230; <a href="https://virtuallyfun.com/2015/10/25/pcem-version-10-is-officially-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<ul>
<li>New machines &#8211; AMI XT clone, DTK XT clone, VTech Laser Turbo XT, VTech Laser XT3, Phoenix XT clone, Juko XT clone, IBM PS/1 model 2011, Compaq Deskpro 386, DTK 386SX clone, Phoenix 386 clone, Intel Premiere/PCI, Intel Advanced/EV</li>
<li>New graphics cards &#8211; IBM VGA, 3DFX Voodoo Graphics</li>
<li>Experimental dynamic recompiler &#8211; up to 3x speedup</li>
<li>Pentium and Pentium MMX emulation</li>
<li>CPU fixes &#8211; fixed issues in Unreal, Half-Life, Final Fantasy VII, Little Big Adventure 2, Windows 9x setup, Coherent, BeOS and others</li>
<li>Improved FDC emulation &#8211; more accurate, supports FDI images, supports 1.2MB 5.25&#8243; floppy drive emulation, supports write protect correctly</li>
<li>Internal timer improvements, fixes sound in some games (eg Lion King)</li>
<li>Added support for up to 4 IDE hard drives</li>
<li>MIDI OUT code now handles sysex commands correctly</li>
<li>CD-ROM code now no longer crashes Windows 9x when CD-ROM drive empty</li>
<li>Fixes to ViRGE, S3 Vision series, ATI Mach64 and OAK OTI-067 cards</li>
<li>Various other fixes/changes</li>
</ul>
<p>Official download links:</p>
<p><a href="http://pcem-emulator.co.uk/files/PCemV10Win.zip">PCem v10 for Windows</a><br />
<a href="http://pcem-emulator.co.uk/files/PCemV10Linux.tar.gz">PCem v10 for Linux</a></p>
<p>&nbsp;</p>
<p>I personally prefer PCem over DOSBox at the moment, as PCem runs the actual BIOS code, so it feels more like an actual vintage PC. Â PCem does need a significantly more powerful machine to push it thought.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2015/10/25/pcem-version-10-is-officially-released/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Updated PCem networking build</title>
		<link>https://virtuallyfun.com/2015/09/16/updated-pcem-networking-build/</link>
					<comments>https://virtuallyfun.com/2015/09/16/updated-pcem-networking-build/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 16 Sep 2015 02:59:27 +0000</pubDate>
				<category><![CDATA[pcem]]></category>
		<category><![CDATA[virtual networking]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5476</guid>

					<description><![CDATA[Now in step with build 347. I haven&#8217;t heard anything too wrong with my stuff, so no changes. Build is located here:Â PCem-build-347-pcap-slirp.7z One nice change is that IDE devices are reset between reboots, so us 386 and 486 fans (probably &#8230; <a href="https://virtuallyfun.com/2015/09/16/updated-pcem-networking-build/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Now in step with <a href="http://www.retrosoftware.co.uk/hg/pcem/rev/614f92c0a6ff">build 347</a>.</p>
<p>I haven&#8217;t heard anything too wrong with my stuff, so no changes.</p>
<p>Build is located here:Â <a href="http://vpsland.superglobalmegacorp.com/install/pcem/PCem-build-347-pcap-slirp.7z">PCem-build-347-pcap-slirp.7z</a></p>
<p>One nice change is that IDE devices are reset between reboots, so us 386 and 486 fans (probably others) can now reboot and actually boot.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2015/09/16/updated-pcem-networking-build/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
