<?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>Japanese software &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/japanese-software/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Wed, 31 Jul 2024 09:33:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Patching Touhou 6 (Embodiment of Scarlet Devil) to run on a 3dfx Voodoo 2</title>
		<link>https://virtuallyfun.com/2023/10/03/patching-touhou-6-embodiment-of-scarlet-devil-to-run-on-a-3dfx-voodoo-2/</link>
					<comments>https://virtuallyfun.com/2023/10/03/patching-touhou-6-embodiment-of-scarlet-devil-to-run-on-a-3dfx-voodoo-2/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 03 Oct 2023 14:58:08 +0000</pubDate>
				<category><![CDATA[80386]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[Japanese software]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=13313</guid>

					<description><![CDATA[This is a guest post from spaztron64 One thing that&#8217;s been bugging me for years at this point is the ability to run Touhou 6 on my PC-9821 V166. For a good few years I&#8217;ve been stuck with nothing more &#8230; <a href="https://virtuallyfun.com/2023/10/03/patching-touhou-6-embodiment-of-scarlet-devil-to-run-on-a-3dfx-voodoo-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This is a guest post from <a href="https://lainnet.superglobalmegacorp.com/index.html">spaztron64</a></p>



<p class="wp-block-paragraph">One thing that&#8217;s been bugging me for years at this point is the ability to run Touhou 6 on my PC-9821 V166. For a good few years I&#8217;ve been stuck with nothing more than a Matrox Mystique graphics card in that thing, which can&#8217;t create a D3D6 HAL context for rendering the game&#8217;s 3D elements. In 2021 I snatched a 12MB 3dfx Voodoo 2, in hopes of being able to play more 3D games on that machine. There were two major problems&#8230;.<br><br>1) The USBHID.SYS driver for PC-98 Windows 9x conflicts haaaard with Voodoo drivers. Moving the cursor around corrupts memory and makes the system unstable or kills the driver in mere seconds of use </p>



<p class="wp-block-paragraph">2) None of the Touhou games support secondary Direct3D devices</p>



<p class="wp-block-paragraph">For those not in the know in regards to the second issue, DirectX allows you to use multiple DDraw and D3D capable GPUs on one system. By default it&#8217;ll set the video card outputting a signal on the primary monitor as the primary DirectX device, the secondary output as secondary, and so on. Most people only used one monitor on their Win9x PC back in the day, hooked up to their 2D capable card. The Voodoo 1 and 2 aren&#8217;t meant to act as 2D video cards, yet they had to support D3D initialization somehow, so they presented themselves as non-primary DirectX devices, usually secondary, in hopes that game developers would allow the end user to select their 3D accelerator of choice.</p>



<p class="wp-block-paragraph">This was standard practice at the tail end of the 1990s, but it was falling out of use at the turn of the millenium with the demise of 3dfx and the general lack of need for multiple graphics cards in one system for 3D gaming. This presented a problem, as games that technically&nbsp;<em>could</em>&nbsp;be played on a Voodoo 2&#8230; didn&#8217;t, as they could never be told to use it through normal means. Hacky solutions existed, like 3dfx&#8217;s unfinished, buggy attempt at a Voodoo 2 driver for Windows 2000 that allowed it to behave like a primary display adapter for general 2D and 3D use, but it&#8217;s notoriously unstable and isn&#8217;t possible to use on 9x. I&#8217;ve used this method before to play Touhou 6, Max Payne 1, GZDoom, GTA 3 and Vice City on the Voodoo 2 through Windows XP with mixed results.</p>



<p class="wp-block-paragraph">Once I got an NEC bus mouse for use on my PC-98, I could finally use the Voodoo 2 on it without constant crashing. This got me interested in trying to get Touhou 6 to work on it, which lead me to a path of pure pain.</p>



<p class="wp-block-paragraph">For starters, Touhou 6 is one of those games that only use primary DirectX devices, like the unsupported Mystique, so I had to somehow coax it into initializing the secondary device instead. My first approach to handling this was through direct binary patching. I didn&#8217;t know where to look for the init routines, so I asked 32th System for some heads up, and he pointed me to a rough location in process memory where the appropriate CreateDevice calls reside:</p>



<figure class="wp-block-image size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2023/10/f1.png"><img fetchpriority="high" decoding="async" width="514" height="146" src="https://virtuallyfun.com/wp-content/uploads/2023/10/f1.png" alt="" class="wp-image-13314" srcset="https://virtuallyfun.com/wp-content/uploads/2023/10/f1.png 514w, https://virtuallyfun.com/wp-content/uploads/2023/10/f1-300x85.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/10/f1-500x142.png 500w" sizes="(max-width: 514px) 100vw, 514px" /></a></figure>



<p class="wp-block-paragraph">I then searched for the appropriate opcodes in the game binary, and patched all 6A 00 (push 0, A.K.A D3DADAPTER_DEFAULT) opcodes to be 6A 01 (push 1), forcing the game to init the secondary D3D device.</p>



<p class="wp-block-paragraph">While this initially did in fact work, the approach ultimately sucked for two reasons.<br><br>1) Static binary patching only works for that specific binary, and doesn&#8217;t carry across different versions.</p>



<p class="wp-block-paragraph">2) This requires manually patching every CreateDevice call, of which there are <em>many</em> in Touhou 6<br><br>It is at this point that I started sharing my progress with friends. jbit was quick to hop in and say &#8220;Why the fuck are you doing it this way? Just make a d3d8.dll wrapper DLL&#8221;. This was absolutely the smarter approach, I just didn&#8217;t know how to do it since I don&#8217;t know jack about DirectX programming. Fortunately, he handed me a little VS project he worked on called d3dcutter that, among other things, wrapped the CreateDevice function, which I promptly modified to always push 1 instead of 0 to the stack for the device selection parameter.</p>



<p class="wp-block-paragraph">This solved the two patching problems, and I had something to show for starters:</p>



<figure class="wp-block-video"><video height="360" style="aspect-ratio: 640 / 360;" width="640" controls src="https://virtuallyfun.com/wp-content/uploads/2023/10/f1.mp4"></video></figure>



<p class="wp-block-paragraph">Now, I&#8217;m sure you can tell that the performance is absolutely atrocious. This came as no surprise to me, as while the Voodoo can absolutely render the game at a full 60FPS most of the time, the dinky little Pentium MMX 166 struggles hard at doing triangle setup for the backgrounds every 16 milliseconds. Remember, 3dfx cards had no Hardware T&amp;L, so the game has to fall back to Software T&amp;L. I think the following wireframe screenshot will help illustrate the amount of work the CPU has to do every frame:</p>



<figure class="wp-block-image size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2023/10/t2.png"><img decoding="async" width="646" height="505" src="https://virtuallyfun.com/wp-content/uploads/2023/10/t2.png" alt="" class="wp-image-13316" srcset="https://virtuallyfun.com/wp-content/uploads/2023/10/t2.png 646w, https://virtuallyfun.com/wp-content/uploads/2023/10/t2-300x235.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/10/t2-384x300.png 384w" sizes="(max-width: 646px) 100vw, 646px" /></a></figure>



<p class="wp-block-paragraph">&#8220;Well, I&#8217;m in luck!&#8221;, one might think as they remember that older Touhou games support framerate division by 1/2 (30FPS) and 1/3 (20FPS) as options in custom.exe&#8230; There&#8217;s just one problem.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2023/10/t3.png"><img decoding="async" width="362" height="289" src="https://virtuallyfun.com/wp-content/uploads/2023/10/t3.png" alt="" class="wp-image-13317" srcset="https://virtuallyfun.com/wp-content/uploads/2023/10/t3.png 362w, https://virtuallyfun.com/wp-content/uploads/2023/10/t3-300x240.png 300w" sizes="(max-width: 362px) 100vw, 362px" /></a></figure>
</div>


<p class="wp-block-paragraph">The game just&#8230; fails to initialize the D3D HAL on the Voodoo 2 in the frame divided modes. Why? Beats me, I still haven&#8217;t figured it out and likely never will. Just more ZUNcode bullshit I suppose.</p>



<p class="wp-block-paragraph">I then figured out that framerate division is handled by a variable (that can be set even lower than 1/3, by the way) which could be set at runtime, even when the normal 60FPS mode is used. I suspected that the game uses a different initialization path for the two modes, so I once again tracked down opcodes that expect the variable to be set to 0 in process memory, this time with Cheat Engine, and patched them in the binary. Well guess fucking what, the game fails to initialize even when the regular init routines are modified to expect 30FPS or 20FPS frame division to be set.</p>



<p class="wp-block-paragraph">This approach simply wasn&#8217;t going to work. so I went with trying to set the variable at runtime. Unfortunately, I had to go back to version specific patching once more for this, since there&#8217;s no way to wrap this functionality through DLL means. Additionally, while this wasn&#8217;t hard to do with the game running in windowed mode with Cheat Engine on the side on a modern system, it was basically impossible on a Voodoo 2 equipped machine, as the game ran in fullscreen and it wasn&#8217;t possible to restore the window after an Alt+Tab.</p>



<p class="wp-block-paragraph">My final solution was to generate a trainer in Cheat Engine for version 1.02d of the game, as it&#8217;s the last one with a working logic speed limiter, that would forcibly set the frame divider variable at runtime with a hotkey:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://virtuallyfun.com/wp-content/uploads/2023/10/t4.png"><img loading="lazy" decoding="async" width="362" height="303" src="https://virtuallyfun.com/wp-content/uploads/2023/10/t4.png" alt="" class="wp-image-13318" srcset="https://virtuallyfun.com/wp-content/uploads/2023/10/t4.png 362w, https://virtuallyfun.com/wp-content/uploads/2023/10/t4-300x251.png 300w, https://virtuallyfun.com/wp-content/uploads/2023/10/t4-358x300.png 358w" sizes="auto, (max-width: 362px) 100vw, 362px" /></a></figure>
</div>


<p class="wp-block-paragraph">This finally allowed me to play the game in 1/3 framerate mode on the Voodoo 2.<br>This allows the game to run at full logic speed most of the time, as the CPU now has 40 miliseconds per frame for triangle setup, however there&#8217;s something wrong with how the card handles buffer swaps in this mode of operation, leading to a very back-and-forth stuttery image that&#8217;s very unpleasant to look at.</p>



<p class="wp-block-paragraph">Can we do better? Well yes! The game uses so-called STD scripts for certain stage-specific data setup, but also handling camera movement and geometry generation. Using Touhou Toolkit, I was able to unpack the appropriate DAT file, decompile all the STD scripts, remove all geometry commands, and recompile them for in-game use. As there are no more backgrounds to draw, there&#8217;s a trail effect left behind every frame, but thankfully custom.exe has an option to forcibly clear the back buffer every frame.</p>



<figure class="wp-block-video"><video controls src="https://lainnet.superglobalmegacorp.com/lainplay/videos/Wg8tj1KIYTs.mp4"></video></figure>



<p class="wp-block-paragraph">The end result? A nearly tripled framerate in 60FPS mode, recovered just by not drawing any 3D backgrounds. The game still lags when lots of bullets are on screen, but this doesn&#8217;t really come as a surprise.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2023/10/03/patching-touhou-6-embodiment-of-scarlet-devil-to-run-on-a-3dfx-voodoo-2/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		<enclosure url="http://virtuallyfun.com/wp-content/uploads/2023/10/f1.mp4" length="0" type="video/mp4" />
<enclosure url="https://lainnet.superglobalmegacorp.com/lainplay/videos/Wg8tj1KIYTs.mp4" length="29811791" type="video/mp4" />

			</item>
		<item>
		<title>Anglofying &#038; running Japanese Lemmings for Windows</title>
		<link>https://virtuallyfun.com/2020/03/19/anglofying-running-japanese-lemmings-for-windows/</link>
					<comments>https://virtuallyfun.com/2020/03/19/anglofying-running-japanese-lemmings-for-windows/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 19 Mar 2020 00:22:23 +0000</pubDate>
				<category><![CDATA[games]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[Win32]]></category>
		<category><![CDATA[Win32s]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows XP]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10170</guid>

					<description><![CDATA[On one of my later trips I picked up this fun title, Lemmings! And looking at the back of the box, what fun it contains! One interesting thing about 1995, is that with the rise of Windows 95, this marked &#8230; <a href="https://virtuallyfun.com/2020/03/19/anglofying-running-japanese-lemmings-for-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"> On one of my later trips I picked up this fun title, Lemmings! </p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="665" height="900" src="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194631.jpg" alt="" class="wp-image-10171" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194631.jpg 665w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194631-222x300.jpg 222w" sizes="auto, (max-width: 665px) 100vw, 665px" /></figure></div>



<p class="wp-block-paragraph">And looking at the back of the box, what fun it contains!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="617" height="865" src="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194637.jpg" alt="" class="wp-image-10174" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194637.jpg 617w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200316_194637-214x300.jpg 214w" sizes="auto, (max-width: 617px) 100vw, 617px" /><figcaption>Support PC-98, Epsons, IBM&#8217;s, IBM PC/AT.. Probably FM Towns as well</figcaption></figure>



<p class="wp-block-paragraph">One interesting thing about 1995, is that with the rise of Windows 95, this marked the end of the specialized PC market in Japan.  Just as WING/Direct X basically killed off the DIY driver/extender environment on MS-DOS, by being able to abstract the hardware it removed any meaningful difference between an EPSON PC vs a PC-98, FM Towns, or even the lowly IBM AT/386.</p>



<p class="wp-block-paragraph">This being a Win32 includes both WING &amp; Win32s.  A perfect snapshot of an early Win32 commercial game circa 1995, as you needed to cater to that massive Windows 3.1 install base, although so many were rushing to Windows 95.  Naturally this also means that the setup program is a Win16 app, once more again to preserve that bridge of the Windows 3.1 &amp; Windows 95 world.</p>



<p class="wp-block-paragraph">Well the obvious thing to do is just install it on a legacy 32bit OS, and what better than Windows XP?</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="770" src="https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP-1024x770.jpg" alt="" class="wp-image-10172" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP-1024x770.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP-300x226.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP-768x577.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP-399x300.jpg 399w, https://virtuallyfun.com/wp-content/uploads/2020/03/Lemmings-on-XP.jpg 1027w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption>Lemmings happily running under Windows XP via VMWare.</figcaption></figure></div>



<p class="wp-block-paragraph">Now to run it on something like Windows 10, it&#8217;s just a matter of copying the WINLEMM.INI into %sysroot%, along with placing a copy of WING32.DLL into the %sysroot%\SysWOW64 directory and you are good to go!</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="339" height="363" src="https://virtuallyfun.com/wp-content/uploads/2020/03/lemmings-about.png" alt="" class="wp-image-10173" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/lemmings-about.png 339w, https://virtuallyfun.com/wp-content/uploads/2020/03/lemmings-about-280x300.png 280w" sizes="auto, (max-width: 339px) 100vw, 339px" /><figcaption>Japanese Lemmings on English Windows 10</figcaption></figure></div>



<p class="wp-block-paragraph">Sadly the character encoding in Windows is still really lacking and doesn&#8217;t render all that great.  However that had me thinking as almost a decade ago I did find <a href="/wordpress/2011/04/03/lemmings-demo-for-win32s/">a demo of Lemmings</a> for <a href="https://archive.org/details/WLEMMM">Windows</a>.  Could it be possible to just overlay the executables &amp; DLL&#8217;s to produce an English commercial version?</p>



<p class="wp-block-paragraph">Surprisingly the answer is yes.  I wasn&#8217;t sure what to expect, but it&#8217;s as simple as that!</p>



<p class="wp-block-paragraph">The game is mostly playable, some parts are just coded to run as fast as possible, as no doubt nobody was imagining 1+ Ghz machines.  So the intro, warp &amp; suicide are almost instant.</p>



<p class="wp-block-paragraph">It&#8217;s something to keep the kids entertained for a day in recent events.  It&#8217;s been a <em>LONG </em>CNY.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2020/03/19/anglofying-running-japanese-lemmings-for-windows/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Are you Japanese?</title>
		<link>https://virtuallyfun.com/2020/03/04/are-you-japanese/</link>
					<comments>https://virtuallyfun.com/2020/03/04/are-you-japanese/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 04 Mar 2020 08:56:50 +0000</pubDate>
				<category><![CDATA[Infocom]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[PC-98]]></category>
		<category><![CDATA[Zork]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10136</guid>

					<description><![CDATA[On my latest trip, I managed to find a copy of Zork 1 for the PC-98! And let me say, let the adventure begin! I went to Beep and the place next door I always forget it&#8217;s name, and I &#8230; <a href="https://virtuallyfun.com/2020/03/04/are-you-japanese/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">On my latest trip, I managed to find a copy of Zork 1 for the PC-98!  And let me say, let the adventure begin!</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/2860-yen.jpg"><img loading="lazy" decoding="async" width="631" height="534" src="https://virtuallyfun.com/wp-content/uploads/2020/03/2860-yen.jpg" alt="" class="wp-image-10138" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/2860-yen.jpg 631w, https://virtuallyfun.com/wp-content/uploads/2020/03/2860-yen-300x254.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/2860-yen-354x300.jpg 354w" sizes="auto, (max-width: 631px) 100vw, 631px" /></a></figure>



<p class="wp-block-paragraph">I went to Beep and the place next door I always forget it&#8217;s name, and I found this burried in the back for a mere  Â¥2,860!  Not exactly what I thought would be a bargain, but flipping it over however&#8230;</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-768x1081.jpg"><img loading="lazy" decoding="async" width="728" height="1024" src="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-728x1024.jpg" alt="" class="wp-image-10139" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-728x1024.jpg 728w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-213x300.jpg 213w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-768x1081.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2-1092x1536.jpg 1092w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164704-2.jpg 1302w" sizes="auto, (max-width: 728px) 100vw, 728px" /></a><figcaption>Zork 1 for the PC-98!</figcaption></figure>



<p class="wp-block-paragraph"> Â¥7,800 YEN!  From 1991!Honestly I don&#8217;t even know what is up with the price of software in Japan!  Clutching this thing in my hands for the  Â¥2,800 makes it feel like a steal so of course I buy it!</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box.jpg"><img loading="lazy" decoding="async" width="1024" height="549" src="https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box-1024x549.jpg" alt="" class="wp-image-10140" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box-1024x549.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box-300x161.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box-768x412.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box-500x268.jpg 500w, https://virtuallyfun.com/wp-content/uploads/2020/03/conents-of-zork1-box.jpg 1412w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a><figcaption>Contents of the box</figcaption></figure>



<p class="wp-block-paragraph">Nice to see that opening of the box gives me a catalogue, a manual, minimal map, registration card and a diskette!  And I&#8217;m hoping I can read it using a USB drive.</p>



<p class="wp-block-paragraph">Now I have no pc98 gear in Japan, and I&#8217;m trying to not have a mountain of hardware here, the i7 desktop and 30&#8243; cinema display are already feeling &#8216;too big&#8217; for this place anyways.  I go to hardoff and pick up 2 USB floppy drives hoping to read the 3 1/2&#8243; diskette.</p>



<p class="wp-block-paragraph">Now I bought an IBM &amp; some weird iMac looking drive, I was hoping between the two drives, maybe one would work.  And I was right for buying the two.  The IBM drive didn&#8217;t read the disk AT ALL.</p>



<p class="wp-block-paragraph">However this iMac looking Logitec LFD-31US did the trick!</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-1536x877.jpg"><img loading="lazy" decoding="async" width="1024" height="585" src="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-1024x585.jpg" alt="" class="wp-image-10142" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-1024x585.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-300x171.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-768x439.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-1536x877.jpg 1536w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2-500x285.jpg 500w, https://virtuallyfun.com/wp-content/uploads/2020/03/P_20200304_164450-2.jpg 1648w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="wp-block-paragraph">Apparently you need what is known as a &#8220;3-mode USB floppy drive&#8221;.  Whatever that means.  Although I can read the disk fine from Windows 10, winimage was unable to make a disk image.  <a href="http://hp.vector.co.jp/authors/VA013937/editdisk/index_e.html">Disk Explorer</a> is another option, which also specializes in the PC-98&#8217;s weird 1.2MB on a 1.44MB disk, however it couldn&#8217;t read the disk either.</p>



<p class="wp-block-paragraph">I write a simple C program to read 512, 1024, 2048 blocks from \\.\A: (the physical drive), however it was cut short after 138kb.  Maybe a hidden bad sector?  Xcopy ran without issues, so who knows.</p>



<p class="wp-block-paragraph">Looking at what I could dump, it does look like a bootable image:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector.png"><img loading="lazy" decoding="async" width="1024" height="115" src="https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector-1024x115.png" alt="" class="wp-image-10143" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector-1024x115.png 1024w, https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector-300x34.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector-768x87.png 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector-500x56.png 500w, https://virtuallyfun.com/wp-content/uploads/2020/03/bootsector.png 1091w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p class="wp-block-paragraph">and the xcopy did pick up MSDOS.SYS &amp; IO.SYS.  I though Microsoft was so against people redistributing MS-DOS, but then again aren&#8217;t most PC98&#8217;s floppy only?</p>



<p class="wp-block-paragraph">I was able to cobble together a DIY disk image, and it doesn&#8217;t work fully on Neko Project II sadly.  However Annex86 works fine.</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex.png"><img loading="lazy" decoding="async" width="801" height="542" src="https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex.png" alt="" class="wp-image-10135" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex.png 801w, https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex-300x203.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex-768x520.png 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/zork1-logo-annex-443x300.png 443w" sizes="auto, (max-width: 801px) 100vw, 801px" /></a></figure>



<p class="wp-block-paragraph">On boot there is a nice graphical logo, and animation as the door opens.  Really cool I have to say. Searching through zork.exe there is some interesting strings</p>



<ul class="wp-block-list"><li>Are you Japanese?</li><li> MS Run-Time Library &#8211; Copyright (c) 1988, Microsoft Corp</li><li> Original copyright (c)1988 Infocom Inc.</li><li> Used under license from Activision. All rights reserved.</li><li>  (c)1991 SystemSoft</li><li> Copyright VACS Corp./ASCII Corp.,1986-90.</li><li> @(#)sunedit.c   1.0  07/03/1989 by VACS Corp.</li></ul>



<p class="wp-block-paragraph">Well that&#8217;s interesting.  I was wondering how to trigger the &#8216;Are you Japanese?&#8217; and well it turns out it&#8217;s pretty simple:</p>



<figure class="wp-block-image size-large"><a href="https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese.png"><img loading="lazy" decoding="async" width="801" height="542" src="https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese.png" alt="" class="wp-image-10134" srcset="https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese.png 801w, https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese-300x203.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese-768x520.png 768w, https://virtuallyfun.com/wp-content/uploads/2020/03/are-you-japanese-443x300.png 443w" sizes="auto, (max-width: 801px) 100vw, 801px" /></a></figure>



<p class="wp-block-paragraph">I&#8217;d have to figure out how to type in things like eat/sleep take&#8230;  Although it is a twist on the old Infocom style.  Now could this have &#8216;saved&#8217; Infocom before their sale to Activision?  I guess there was a market for Infocom games in Japan, although probably far earlier than 1991.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2020/03/04/are-you-japanese/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Because I hate myself</title>
		<link>https://virtuallyfun.com/2020/01/19/because-i-hate-myself/</link>
					<comments>https://virtuallyfun.com/2020/01/19/because-i-hate-myself/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 19 Jan 2020 12:27:39 +0000</pubDate>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10055</guid>

					<description><![CDATA[Yes. It&#8217;s my last haul for the month. I feel lucky to find a copy of Takeshi no Chousenjou in the box. I only know of it from Jon Tron. I actually do have a Famicom in the office, so &#8230; <a href="https://virtuallyfun.com/2020/01/19/because-i-hate-myself/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="690" src="https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-1024x690.jpg" alt="" class="wp-image-10054" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-1024x690.jpg 1024w, https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-300x202.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-768x517.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-1536x1034.jpg 1536w, https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-2048x1379.jpg 2048w, https://virtuallyfun.com/wp-content/uploads/2020/01/P_20200119_164920_1-445x300.jpg 445w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>



<p class="wp-block-paragraph">Yes.  It&#8217;s my last haul for the month.</p>



<p class="wp-block-paragraph">I feel lucky to find a copy of Takeshi no Chousenjou in the box.  I only know of it from <a href="https://www.youtube.com/watch?v=m6MIlJYiJUs">Jon Tron</a>.  I actually do have a Famicom in the office, so I guess I can play it.. Although I&#8217;m not so much looking forward to holding up my phone with Google translate like a monkey daring to touch the monolith. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="898" height="585" src="https://virtuallyfun.com/wp-content/uploads/2020/01/JonTron.jpg" alt="" class="wp-image-10059" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/JonTron.jpg 898w, https://virtuallyfun.com/wp-content/uploads/2020/01/JonTron-300x195.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/01/JonTron-768x500.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/01/JonTron-461x300.jpg 461w" sizes="auto, (max-width: 898px) 100vw, 898px" /><figcaption> Yes it&#8217;s Takeshi no Chousenjou. </figcaption></figure>



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



<p class="wp-block-paragraph">I&#8217;m pretty sure I won&#8217;t finish it, but this game immediately intrigued me.  Then I forgot.  This morning I awoke in a bit of a maker&#8217;s mark and contact c haze and remembered this game&#8230;. Then I remembered I&#8217;m in Japan. </p>



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



<p class="wp-block-paragraph">I&#8217;m in Narita now.  Having dinner, my flight back to Hong Kong is tomorrow.  Can&#8217;t wait. </p>



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



<p class="wp-block-paragraph">Oh I also picked up a GTX 980!  So expect more exciting Chinesium updates tomorrow. I think on Tuesday I&#8217;ll get more water pumps and change my dual Xeon huananzhi board to water cooled..</p>



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



<p class="wp-block-paragraph">There is other stuff afoot, some more painful returning to Return to Zork, and if my FM Towns actually works, some pharlap fun.  Although I&#8217;ll probably do that even if I need to rely on emulation. </p>



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



<p class="wp-block-paragraph">Did you know that although the FM TOWNS may have shipped with the pharlap 386 do&#8217;s extender with its MS-DOS, but it never had a DooM port!?</p>



<p class="wp-block-paragraph">Oh and <a href="https://www.autometer.de/unix4fun/coherent/ftp/distrib/Coherent-0.7/">disks to the Coherent port to the Commodore 900</a> turned up.  Binary only. But I guess this is exciting for Z8000 fans.</p>



<p class="wp-block-paragraph">I did look quickly at lemmings, and yes it has WING and Win32s. Awesome! </p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2020/01/19/because-i-hate-myself/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>What is with the price of retro Japanese software?</title>
		<link>https://virtuallyfun.com/2020/01/16/what-is-with-the-price-of-retro-japanese-software/</link>
					<comments>https://virtuallyfun.com/2020/01/16/what-is-with-the-price-of-retro-japanese-software/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 16 Jan 2020 13:46:17 +0000</pubDate>
				<category><![CDATA[80386]]></category>
		<category><![CDATA[dos extenders]]></category>
		<category><![CDATA[FM TOWNS]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[MS-DOS]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=10042</guid>

					<description><![CDATA[So I was lucky enough to get to Beep before it closed, and I picked out a couple of FM Towns titles (and a junker!), and I thought &#8216;Return to Zork&#8217; would be a good title, something to compare the &#8230; <a href="https://virtuallyfun.com/2020/01/16/what-is-with-the-price-of-retro-japanese-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">So I was lucky enough to get to Beep before it closed, and I picked out a couple of FM Towns titles (and a junker!), and I thought &#8216;Return to Zork&#8217; would be a good title, something to compare the MacOS &amp; MS-DOS versions against.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="567" height="694" src="https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_cover.jpg" alt="" class="wp-image-10043" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_cover.jpg 567w, https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_cover-245x300.jpg 245w" sizes="auto, (max-width: 567px) 100vw, 567px" /></figure>



<p class="wp-block-paragraph">Although slightly faded, it does come in this nice box, which reminds me of the NEOGEO&#8230; which is probably an apt comparison.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="749" height="1024" src="https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_back-749x1024.jpg" alt="" class="wp-image-10044" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_back-749x1024.jpg 749w, https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_back-220x300.jpg 220w, https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_back-768x1050.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/01/JA_zork_back.jpg 1034w" sizes="auto, (max-width: 749px) 100vw, 749px" /></figure>



<p class="wp-block-paragraph">The artwork has faded, although the CD-ROM inside was still sealed, never before opened.  I picked this up for an eye watering  Â¥3,480 but flipping the box over revealed the launch price of an astonishing Â¥12,800!  I&#8217;m not sure what the exchange rate from 1994 was, but even at a generous 100:1 JPY to USD that&#8217;s half the price of the old multimedia kits which included the drive, sound card and so many came bundled with Return to Zork.</p>



<p class="wp-block-paragraph">Another random title I grabbed was even more insane!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="891" height="512" src="https://virtuallyfun.com/wp-content/uploads/2020/01/sticker-shock-2.jpg" alt="" class="wp-image-10045" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/sticker-shock-2.jpg 891w, https://virtuallyfun.com/wp-content/uploads/2020/01/sticker-shock-2-300x172.jpg 300w, https://virtuallyfun.com/wp-content/uploads/2020/01/sticker-shock-2-768x441.jpg 768w, https://virtuallyfun.com/wp-content/uploads/2020/01/sticker-shock-2-500x287.jpg 500w" sizes="auto, (max-width: 891px) 100vw, 891px" /></figure>



<p class="wp-block-paragraph"> Â¥ 14,800 for Silent MÃ¶bius: Case: Titanic!</p>



<p class="wp-block-paragraph">I need to get a RGB monitor &amp; keyboard to see if this thing even works, meanwhile I fought with UNZ to get it running, and the mouse tracking is totally broken unless you change the DPI scaling, credit to <a href="https://8730.teacup.com/townsemu/bbs/999">this post in the UNZ &#8216;BBS&#8217;</a>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="807" height="704" src="https://virtuallyfun.com/wp-content/uploads/2020/01/UXZ-DPI-Scaling-to-fix-the-mouse.png" alt="" class="wp-image-10048" srcset="https://virtuallyfun.com/wp-content/uploads/2020/01/UXZ-DPI-Scaling-to-fix-the-mouse.png 807w, https://virtuallyfun.com/wp-content/uploads/2020/01/UXZ-DPI-Scaling-to-fix-the-mouse-300x262.png 300w, https://virtuallyfun.com/wp-content/uploads/2020/01/UXZ-DPI-Scaling-to-fix-the-mouse-768x670.png 768w, https://virtuallyfun.com/wp-content/uploads/2020/01/UXZ-DPI-Scaling-to-fix-the-mouse-344x300.png 344w" sizes="auto, (max-width: 807px) 100vw, 807px" /></figure>



<p class="wp-block-paragraph">One thing is sure, the voice acting in the Japanese version is so terrible.</p>



<p class="wp-block-paragraph">As people complain about &#8216;AAA&#8217; games, and paying $60, just look at this!  $134 USD for some cartoon boat game thing.. Although I&#8217;ve never heard of Silent MÃ¶bius or played it, I just saw it was available for the x68000 and PC-98.  So I guess it&#8217;s one of those Lowest Common Denominator games.</p>



<p class="wp-block-paragraph">One interesting thing about the FM TOWNS is that they have that ROM DOS with CD-ROM drivers, and their apparently blanket licensing for PharLap 386.  Although while I was wasting time looking at cartoon rabbits, someone else scooped but the 386 BASIC kit.  Darn.</p>



<p class="wp-block-paragraph">But in the Return to Zork world, the &#8216;made.exe&#8217; is in fact a Pharlap 386 EXP, meaning that it runs in 386 protected mode, so you don&#8217;t have to struggle with emm386, himem.sys and trying to get a ludercus 580-600kb of conventional memory.  Seriously it was such a chore to get this running <a href="https://archive.org/details/Return_to_Zork/page/n13">the manual has a big section on setting up a boot disk</a>. It&#8217;s a shame they didn&#8217;t license a DOS extender for the US PC platform, although I can see why they chose that route on the FM Towns (and I believe PC98), as there is a RTZ9821 directory there which includes an EXP.  Shame it was never relased state side as a patch, as it would have been a GREAT user change.  Well that or a Win32 executable.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2020/01/16/what-is-with-the-price-of-retro-japanese-software/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Japan get&#8217;s all the neat looking SONY PC&#8217;s AKA the trouble with early SSDs</title>
		<link>https://virtuallyfun.com/2018/04/18/japan-gets-all-the-neat-looking-sony-pcs-aka-the-trouble-with-early-ssds/</link>
					<comments>https://virtuallyfun.com/2018/04/18/japan-gets-all-the-neat-looking-sony-pcs-aka-the-trouble-with-early-ssds/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 18 Apr 2018 05:28:14 +0000</pubDate>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=8324</guid>

					<description><![CDATA[Is it a Rumba? or a PC?Â  It&#8217;s a SONY! So while cruising the junk market in Hong Kong I found this little &#8216;roomba&#8217; looking machine.Â  Looks pretty neat, and because it has video &#38; crashing issues I was able &#8230; <a href="https://virtuallyfun.com/2018/04/18/japan-gets-all-the-neat-looking-sony-pcs-aka-the-trouble-with-early-ssds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Is it a Rumba? or a PC?Â  It&#8217;s a SONY!</p>
<p><div id="attachment_8325" style="width: 1395px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-top-view.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-8325" class="size-full wp-image-8325" src="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-top-view.jpg" alt="" width="1385" height="988" /></a><p id="caption-attachment-8325" class="wp-caption-text">SONY VGX-TP3G</p></div></p>
<p>So while cruising the junk market in Hong Kong I found this little &#8216;roomba&#8217; looking machine.Â  Looks pretty neat, and because it has video &amp; crashing issues I was able to get this thing for $500 HKD or about $75.Â  I mostly felt bad for the guy as the disk had died in the thing, and he had spent the money to get a SSD into this thing, and had been nice enough to upgrade the Windows 7 to Windows 8, and onward to Windows 10 for me, all legit.</p>
<p>But to start the adventure what the heck is this thing?Â  Naturally SONY has several things that look like model numbers.Â  Normally I&#8217;d just flip it on it&#8217;s back and reveal..</p>
<p><div id="attachment_8327" style="width: 1341px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-bottom-view.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-8327" class="size-full wp-image-8327" src="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-bottom-view.jpg" alt="" width="1331" height="749" /></a><p id="caption-attachment-8327" class="wp-caption-text">SONY VGX-TP3G underside</p></div></p>
<p>A model of PCG-2G2P.Â  However looking at it&#8217;s side I find&#8230;</p>
<p><div id="attachment_8326" style="width: 1550px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-side-view.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-8326" class="size-full wp-image-8326" src="https://virtuallyfun.com/wp-content/uploads/2018/04/SONY-VGX-TP3G-side-view.jpg" alt="" width="1540" height="878" /></a><p id="caption-attachment-8326" class="wp-caption-text">SONY VGX-TP3G side view</p></div></p>
<p>That this thing is also a VGX-TP3G.Â  Way to complicate things SONY!</p>
<p>So searching SONY seems kind of funny as it bounces me to America first for some reason, then tells me to go to the APAC site.</p>
<p><div id="attachment_8328" style="width: 652px" class="wp-caption aligncenter"><a href="https://esupport.sony.com/US/p/model-find.pl?question=&amp;mdl=vgx-tp3g&amp;director=kbsearch"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-8328" class="wp-image-8328 size-full" src="https://virtuallyfun.com/wp-content/uploads/2018/04/Sony-search-results-for-VGX-TP3G.png" alt="" width="642" height="236" /></a><p id="caption-attachment-8328" class="wp-caption-text">GOTO APAC!</p></div></p>
<p>I don&#8217;t know why these kinds of &#8216;main corp, but not really main corp&#8217; companies drive me crazy.Â  And wouldn&#8217;t you know it, no manuals, and the downloads are only for the SONY applications built in for BlueRay playback that aren&#8217;t on the SD.</p>
<p>And then I find this fun support article,Â <a href="https://www.sony-asia.com/electronics/support/articles/00188888">00188888</a>.</p>
<p style="padding-left: 60px;">Dear Valued Customers,</p>
<p style="padding-left: 30px;">Please be informed that Sonyâ€™s support has ended for VAIO computers which were shipped with the following Microsoft Windows operating systems preinstalled:</p>
<p style="padding-left: 30px;">â€¢Â Â Â Â Â Â Â Â Windows 95<br />
â€¢Â Â Â Â Â Â Â Â Windows 98<br />
â€¢Â Â Â Â Â Â Â Â Windows 98 SE<br />
â€¢Â Â Â Â Â Â Â Â Windows ME<br />
â€¢Â Â Â Â Â Â Â Â Windows 2000<br />
â€¢Â Â Â Â Â Â Â Â Windows XP<br />
â€¢Â Â Â Â Â Â Â Â Windows Vista</p>
<p style="padding-left: 30px;">As of March 1, 2018, we will no longer provide drivers and software for download for these computers.</p>
<p>That&#8217;s right!Â  Even though they already offer no drivers, BIOS updates or anything they will kill all downloads for all the older machines in less than 2 weeks.Â  Great.Â  So avoid any old SONY salvage guys.</p>
<p>So I decide I&#8217;m going to wipe the machine, and re-install Windows with the x64 variant, and I also wanted it in English.Â  The OS installs just fine, and everything looks good.Â  Even though this is a 10 year old machine, I thought I&#8217;d try something simple, like <a href="https://virtuallyfun.com/wordpress/2015/10/09/building-linux-0-11-on-windows-10/">compiling a Linux kernel</a>, and that is when I saw the weirdest thing. While unzipping the archive, the disk usage hit 100%, but there was no blinking on the disk LED (this machine is so old, it has one of those things!), and in the task manager, no program was using the disk at all.</p>
<p>So a quick search led me to this article,Â <a href="https://support.microsoft.com/en-hk/help/3083595/task-manager-might-show-100-disk-utilization-on-windows-10-devices-wit">3083595</a>.</p>
<p style="padding-left: 30px;"><strong>Task Manager might show 100% disk utilization on Windows 10 devices with Message Signaled Interrupt (MSI) mode enabled</strong></p>
<p style="padding-left: 30px;"><strong>Symptoms</strong><br />
Task Manager shows the disk to be at 100% utilization despite a light or no workload, and the system may experience lag or become unresponsive. In addition, the system event log contains numerous events with Event ID 129, which represent resets of the disk controller.</p>
<p style="padding-left: 30px;">While device resets can be caused by a varying number of factors, we are aware of issues with some Advanced Host Controller Interface PCI-Express(AHCI PCIe) models that causes these symptoms in Windows 10 when running with the inbox StorAHCI.sys driver. Due to a firmware bug, the Solid-state drive (SSD) does not properly complete input/output when Message Signaled Interrupt (MSI) mode is enabled. As a result, the Windows storage stack attempts to reset the device after waiting on unresponsive reads or writes for a period of time.</p>
<p>Well isn&#8217;t that interesting!Â  So it turns out that a firmware update could solve this, and <a href="https://virtuallyfun.com/wordpress/2018/12/16/remember-to-upgrade-your-ssd-firmware/">I didn&#8217;t figure it out until actually much later</a>.</p>
<p>I loaded up Kerbal Space Program, but it&#8217;s ancient IntelÂ® Core<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />2 Duo Processor T8300 &amp; NVIDIAÂ® GeForceÂ® 8400M GT GPU really show their age.Â  But it does run, so that is nice.Â  It runs Edge &amp; YouTube just fine, and handles all the general media stuff I wanted so that&#8217;s a win for me.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2018/04/18/japan-gets-all-the-neat-looking-sony-pcs-aka-the-trouble-with-early-ssds/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>DooM 1.2j1.0 on NekoProject II</title>
		<link>https://virtuallyfun.com/2016/06/12/doom-1-2j1-0-on-nekoproject-ii/</link>
					<comments>https://virtuallyfun.com/2016/06/12/doom-1-2j1-0-on-nekoproject-ii/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 12 Jun 2016 08:31:55 +0000</pubDate>
				<category><![CDATA[80386]]></category>
		<category><![CDATA[doom]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[PC-98]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6247</guid>

					<description><![CDATA[So the first thing you&#8217;ll need is Neko Project II.  It can be a little hard to track down downloads, but there is a whole slew of them here: http://ux.getuploader.com/emu/index/1/date/desc the site has since moved to here: http://nenecchi.html.xdomain.jp/ https://simk98.github.io/np21w/download.html (it &#8230; <a href="https://virtuallyfun.com/2016/06/12/doom-1-2j1-0-on-nekoproject-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So the first thing you&#8217;ll need is Neko Project II.  It can be a little hard to track down downloads, but there is a whole slew of them here:</p>
<p><del><a href="http://ux.getuploader.com/emu/index/1/date/desc">http://ux.getuploader.com/emu/index/1/date/desc</a></del> the site has since moved to here:</p>
<p><del><a href="http://nenecchi.html.xdomain.jp/">http://nenecchi.html.xdomain.jp/</a></del></p>
<p><a href="https://simk98.github.io/np21w/download.html" target="_blank" rel="noopener">https://simk98.github.io/np21w/download.html</a> (it moved again)</p>
<p>So for now <a href="http://nenecchi.html.xdomain.jp/171010/np2fmgen.7z">this link, is the latest build</a>, which was last updated on</p>
<p>Extract that, and rn np21nt.exe</p>
<p>You&#8217;ll want to configure the sound.</p>
<p><div id="attachment_6249" style="width: 657px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Neko-Project-midi-options-for-DooM.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6249" class="size-full wp-image-6249" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Neko-Project-midi-options-for-DooM.png" alt="MIDI options" width="647" height="450" /></a><p id="caption-attachment-6249" class="wp-caption-text">MIDI options</p></div></p>
<p>If you choose to use the MIDI you&#8217;ll have to map them to a MIDI-OUT port, and I used the default Microsoft GS Wavetable. Â Of course you could use <a href="https://virtuallyfun.com/2016/05/25/giving-up-on-the-mt-32/">MUNT</a>, or any other MIDI mapper or port. Â Also you may want to setup the serial port MIDI as a backup plan.</p>
<p><div id="attachment_6255" style="width: 659px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Serial-port-MIDI.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6255" class="size-full wp-image-6255" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Serial-port-MIDI.png" alt="Serial MIDI" width="649" height="448" /></a><p id="caption-attachment-6255" class="wp-caption-text">Serial MIDI</p></div></p>
<p>The sound effect settings work best for the PC-9801-86 audio board.</p>
<p><div id="attachment_6250" style="width: 655px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Neko-Project-sound-settings-for-DooM.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6250" class="size-full wp-image-6250" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Neko-Project-sound-settings-for-DooM.png" alt="xx" width="645" height="487" /></a><p id="caption-attachment-6250" class="wp-caption-text">Select the correct board!</p></div></p>
<p>I&#8217;ll save installing MS-DOS, and installing DooM for another fun episode, but to configure DooM.</p>
<p>Run setup.exe to setup DooM!</p>
<p><div id="attachment_6254" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-setup-screen.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6254" class="size-full wp-image-6254" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-setup-screen.png" alt="Setup menu" width="644" height="449" /></a><p id="caption-attachment-6254" class="wp-caption-text">Setup menu</p></div></p>
<p>The menu is simply:</p>
<ul>
<li>1 graphics</li>
<li>2 Background Music</li>
<li>3 sound effects</li>
<li>4 not sure</li>
<li>5 controller</li>
</ul>
<p><div id="attachment_6251" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-graphics.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6251" class="size-full wp-image-6251" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-graphics.png" alt="Graphics" width="644" height="449" /></a><p id="caption-attachment-6251" class="wp-caption-text">Graphics</p></div></p>
<p>The PC9821A driver works best from what I&#8217;ve done in my limited testing.  I guess if you had a different emulator, or a real PC-98 you&#8217;ll get more out of this.</p>
<p>Next is the BGM or music</p>
<p><div id="attachment_6252" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-BGM.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6252" class="size-full wp-image-6252" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-BGM.png" alt="BGM" width="644" height="449" /></a><p id="caption-attachment-6252" class="wp-caption-text">BGM</p></div></p>
<p>You really have 2 options here, #3 for the PC9801 driver which uses the YM2608 chip.  Or the General MIDI either option 4 or 6. I didn&#8217;t notice any difference between the two of them, they both sound kinda slow, but workable.</p>
<p>Now for the audio board, select the PC-98</p>
<p><div id="attachment_6257" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-sound2.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6257" class="size-full wp-image-6257" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-sound2.png" alt="Doom sound drivers" width="644" height="449" /></a><p id="caption-attachment-6257" class="wp-caption-text">Doom sound drivers</p></div></p>
<p>The PC-9801-86 is what you want here.  Now with either a 100% PC-9801-86 config, or a 50/50 of the MIDI/PC-9801-86 we are ready to run DooM!  Selection option 6 and away we go!</p>
<p><div id="attachment_6258" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-option-6-to-save-settigns-and-run-DooM.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6258" class="size-full wp-image-6258" src="https://virtuallyfun.com/wp-content/uploads/2016/06/Doom-option-6-to-save-settigns-and-run-DooM.png" alt="Save settings and run DooM" width="644" height="449" /></a><p id="caption-attachment-6258" class="wp-caption-text">Save settings and run DooM</p></div></p>
<p>And all being well you&#8217;ll get the start of DooM!</p>
<p><div id="attachment_6259" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/doom-1.2j1.0-on-Neko-Project-21.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6259" class="size-full wp-image-6259" src="https://virtuallyfun.com/wp-content/uploads/2016/06/doom-1.2j1.0-on-Neko-Project-21.png" alt="DooM starting up" width="644" height="449" /></a><p id="caption-attachment-6259" class="wp-caption-text">DooM starting up</p></div></p>
<p>Otherwise, you&#8217;ll get this fun error:</p>
<p><div id="attachment_6260" style="width: 654px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2016/06/dx386-error.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-6260" class="size-full wp-image-6260" src="https://virtuallyfun.com/wp-content/uploads/2016/06/dx386-error.png" alt="DX386 error" width="644" height="449" /></a><p id="caption-attachment-6260" class="wp-caption-text">DX386 error</p></div></p>
<p>In this case I had emm386.sys in my config.sys which conflicts with the dos extender DX386.</p>
<p>Personally, I find it easier to boot off the #1 install diskette which will automatically start DooM!</p>
<p>If you are feeling brave, listen!</p>
<p><iframe loading="lazy" src="https://www.youtube.com/embed/htMS2Nm0G9I" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2016/06/12/doom-1-2j1-0-on-nekoproject-ii/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Retro Freak, first thoughts</title>
		<link>https://virtuallyfun.com/2015/12/24/retro-freak-first-thoughts/</link>
					<comments>https://virtuallyfun.com/2015/12/24/retro-freak-first-thoughts/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 24 Dec 2015 12:38:16 +0000</pubDate>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[retro hardware]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5741</guid>

					<description><![CDATA[So I apparently have more time to spare, so lets get this one out of the way, the Retro Freak! I saw these originally for demo during an Electronic and game show in Hong Kong. Â A vendor in Taiwan who &#8230; <a href="https://virtuallyfun.com/2015/12/24/retro-freak-first-thoughts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So I apparently have more time to spare, so lets get this one out of the way, the Retro Freak!</p>
<p><div id="attachment_5754" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/For-sale-for-24840-YEN.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5754" class="wp-image-5754 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/For-sale-for-24840-YEN.jpg" alt="The Retro Freak in the wild!" width="1753" height="987" /></a><p id="caption-attachment-5754" class="wp-caption-text">The Retro Freak in the wild!</p></div></p>
<p>I saw these originally for demo during an Electronic and game show in Hong Kong. Â A vendor in Taiwan who claimed to be the manufacturer was willing to sell the units to me (in bulk mind you!) these units for $160 USD in qty 15-100. Â So it was a LOT more than I was willing to spend as this is no doubt an expensive retro console to device. Â And much to my surprise I&#8217;ve seen them out in retail world for sale with prices ranging from Â¥18,000 to Â¥24,480. Â And that was a major surprise.</p>
<p>So I bought one retail for the price I had been quoted back in the autumn.</p>
<p><div id="attachment_5742" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/1-the-box.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5742" class="wp-image-5742 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/1-the-box.jpg" alt="The exciting box!" width="1753" height="987" /></a><p id="caption-attachment-5742" class="wp-caption-text">The exciting box!</p></div></p>
<p>As you can see this is the box. Â And yes that is the bed in the house I&#8217;m currently renting. Â Such a festive background.</p>
<p>And for those who love this kind of thing, here is the back of the box:</p>
<p><div id="attachment_5744" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/3-back-of-the-box.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5744" class="wp-image-5744 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/3-back-of-the-box.jpg" alt="Back" width="1753" height="987" /></a><p id="caption-attachment-5744" class="wp-caption-text">Back</p></div></p>
<p>Once I purchased it, and they counted the cash it was opened up, and they put their store chop on it. Â Unfortuantly they used crap ink, and I have to dig out the receipt. Â But it was the cheapest price, which put it at $150 USD (before the 8% tax).</p>
<p><div id="attachment_5745" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/4-opening-the-box.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5745" class="wp-image-5745 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/4-opening-the-box.jpg" alt="Opening the box" width="1753" height="987" /></a><p id="caption-attachment-5745" class="wp-caption-text">Opening the box</p></div></p>
<p>Opening the box, and we get that made in China feel. Â The box is cheap, but hell I didn&#8217;t pay for a box, I paid for&#8230;</p>
<p><div id="attachment_5746" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/5-the-unit.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5746" class="wp-image-5746 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/5-the-unit.jpg" alt="the dull console" width="1753" height="987" /></a><p id="caption-attachment-5746" class="wp-caption-text">the dull console</p></div></p>
<p>The most utterly dull and uninspiring console ever. Â The plastic feels VERY cheap too. Â Holding something like a Mega Drive (Genesis), or a Super Famicom feels so solid. Â And the SONY gear is top notch. Â This is just featureless dull soft gray plastic. Â And not even a logo, or any real surface features save a power LED. Â It just feels cheap.</p>
<p>Now one interesting thing, is that the majority of the body is actually the cartridge reader. Â You have the ability to flip it over, and slide out the actual console, which is much smaller, and cast in the same dull and cheap plastic.</p>
<p><div id="attachment_5748" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/7-the-actual-console.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5748" class="wp-image-5748 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/7-the-actual-console.jpg" alt="The actual console" width="1753" height="987" /></a><p id="caption-attachment-5748" class="wp-caption-text">The actual console</p></div></p>
<p>The console has 2 USB ports for 2 controllers. Â I haven&#8217;t seen any USB SEGA controllers (what the hell are they doing? Â Is there that much money in Gundam VR, and Pinchino?) Â But there is lots of knock off Nintendo USB controllers. Â I have some to test later that I scored for 700 YEN.</p>
<p><div id="attachment_5749" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/8-the-console-upside-down.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5749" class="wp-image-5749 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/8-the-console-upside-down.jpg" alt="Console underside" width="1753" height="987" /></a><p id="caption-attachment-5749" class="wp-caption-text">Console underside</p></div></p>
<p>Flipping it over, reveals that it is made in China, and it is made byÂ <a href="http://cybergadget.co.jp/">CyberÂ Gadget</a>, out of Japan.</p>
<p>Turning the unit on, doesn&#8217;t reveal any fancy startup screen or logo, just a language selection. Â There is online help, but of course its in Japanese.</p>
<p><div id="attachment_5753" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/12-online-help.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5753" class="wp-image-5753 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/12-online-help.jpg" alt="HELP!" width="1753" height="987" /></a><p id="caption-attachment-5753" class="wp-caption-text">HELP!</p></div></p>
<p>I am still not sure if you can just plug and play cartridges at will. Â It also doesn&#8217;t like it if you just power it off abruptly.</p>
<p>Because it was getting late, I slapped in the only Mega Drive game I bought so far on this trip, Air Diver</p>
<p><div id="attachment_5752" style="width: 1763px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/11-loading-air-diver-MD.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5752" class="wp-image-5752 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/11-loading-air-diver-MD.jpg" alt="Air Diver" width="1753" height="987" /></a><p id="caption-attachment-5752" class="wp-caption-text">Air Diver</p></div></p>
<p>It detected just fine, and I was able to play without issues.</p>
<p>Playing the game was much like the real thing, and you can add all kinds of screen filters, and other things to make your LCD TV behave like a CRT including overscan, and some saturation if you go further into the video settings.</p>
<p>The bundled controller is more SNES+WiiU feel to it. Â Again I am just bummed out there is no SEGA knockoff stuff.</p>
<p>The good part is that it supports a crazy amount of formats!</p>
<ul>
<li>Mega Drive</li>
<li>Famicom</li>
<li>Super Famicom</li>
<li>Game Boy</li>
<li>Game Boy Colour</li>
<li>Game Boy Advanced</li>
<li>PC-Engine</li>
</ul>
<p>Which is pretty cool. Â I always wonder why nobody has approached SEGA on licensing the BIOS for the MEGA-CD, or the 32x. Â <a href="https://en.wikipedia.org/wiki/Bleem!">Naturally SONY wasn&#8217;t too thrilled about emulation of the Play Station 1 from a long time ago</a>.</p>
<p>So the plus is that this does a LOT of emulation for the buck, if you want to read your own cartridges. Â The practical side says that they have all been downloaded and converted ages ago and are trivial to find online. Â It isn&#8217;t as cool as the actual hardware, but considering it is new it is much cheaper than buying and recapping a bunch of machines.</p>
<p>And honestly, you would probably prefer the <a href="https://www.dragonbox.de/en/71-retrode-2-retrode-4260416650091.html?search_query=retrode&amp;results=10">retrode 2</a>, which is a USB peripheral to read Mega Drive, and Super Famicom (Gensis and Super Nintendo).</p>
<p>While the Retro Freak does read many more formats it is better suited to someone who &#8220;just wants the damned thing to work!&#8221; Â And it succeeds in being a magical box you can slap the cartridge into, and start playing.</p>
<p>And regarding <a href="http://www.cybergadget.co.jp/support/retrofreak/agreement/software.html" target="_blank">what is under the hood, regarding the software license</a>:</p>
<p>RetroFreak uses source code from the following open source projects:</p>
<ul>
<li>VBA-M (both primary SVN and VBA-Next fork)</li>
<li>Genesis Plus GX</li>
<li>FCEU (FCEU-Next fork)</li>
<li>SNES9x (SNES9x-Next fork)</li>
<li>Mednafen</li>
</ul>
<p>And of course a fork of the Linux kernel.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2015/12/24/retro-freak-first-thoughts/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Merry Christmas from Japan!</title>
		<link>https://virtuallyfun.com/2015/12/24/merry-christmas-from-japan/</link>
					<comments>https://virtuallyfun.com/2015/12/24/merry-christmas-from-japan/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 24 Dec 2015 11:05:00 +0000</pubDate>
				<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[random updates]]></category>
		<category><![CDATA[sega]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5738</guid>

					<description><![CDATA[So yeah, I&#8217;ve been crazy busy this holiday season, between work and vacation so updates have . well not been forth coming. I wanted to touch on old StarWars games for the new movie, and even got to play Star &#8230; <a href="https://virtuallyfun.com/2015/12/24/merry-christmas-from-japan/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>So yeah, I&#8217;ve been crazy busy this holiday season, between work and vacation so updates have . well not been forth coming.</p>
<p>I wanted to touch on old StarWars games for the new movie, and even got to play Star Wars on a x68000! &nbsp;If it were the 80&#8217;s I would super recommend one. &nbsp;But in this day/age it&#8217;s plagued by poor draw distances, poor wire frame 3d, and just poor game play. &nbsp;It is probably more of a fault with the arcade version that was revolutionary for it&#8217;s time, then it rotted and was ported out. &nbsp;Something like Frontier puts Star Wars to shame on low grade 68000 based hardware.</p>
<p>But the sound, sure was awesome!</p>
<p>I also want to do some passable review of the <a href="http://unwire.hk/2015/11/01/retro-freak/game-channel/">retro freak</a>! &nbsp;I picked up one for about $150 USD. It is expensive, there is no doubt about that, and it is emulation. &nbsp;I also picked up a NES on a chip console clone for about $13 USD. &nbsp;At the same time I can score a MegaDrive for about 30-40 USD, and 25-30 for a SNES. &nbsp;Which brings me to an interesting observation:</p>
<p>There is next to NO Mega Drive stuff. &nbsp;There is far more Saturn, and very few Dreamcast, but I&#8217;s seen maybe 15 Mega Drive carts. &nbsp;Meanwhile I&#8217;ve found Famicom/Super Famicom stuff almost everywhere I look. &nbsp;My favorite is the local chain &#8220;Book Off&#8221; that almost always has a nice retro section, along with used PS1, PS2, PS3 and PS4 stuff.</p>
<p>Otherwise, I have horrible to non existent internet&nbsp;in the house I rented (it is like the yacht in Hong Kong from a few years back), so I&#8217;ve been forced to spend my time in internet cafes for 12+ hours a day.</p>
<p>Oh yeah, Tokyo is just like London. &nbsp;After 6pm, everyone goes home, the stores close, and there is nothing open. &nbsp;After 10 the trains stop and that is that.</p>
<p>While I&#8217;m on the subject of living in the future, and working physically wherever, the Microsoft Surface is a HORRIBLE HORRIBLE thing. &nbsp;Granted I didn&#8217;t pay for this one, but it&#8217;s wifi chip is utter crap, it is prone to locking hard, and the kickstand and detachable keyboard is a JOKE. &nbsp;I know Balmer wanted in on the iPad action, and then the Surface RT, eventually became just another PC, but damn a laptop this is not. &nbsp;The only nice thing I can say is that it boots fast. &nbsp;Which is something you&#8217;ll be doing lots of. &nbsp;The fan is noisy and distracting, the display is OK, but nothing fancy in this modern age.</p>
<p>I currently had to go out and buy 2 USB Ethernet adapters and bridge the cafe&#8217;s internet so I could connect this POS. &nbsp;I give the Microsoft Surface Pro v3 a 1/5*. &nbsp;AVOID DO NOT BUY.</p>
<p><div id="attachment_5739" style="width: 997px" class="wp-caption aligncenter"><a href="https://virtuallyfun.com/wp-content/uploads/2015/12/Christmas-Sandwich.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5739" class="wp-image-5739 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/Christmas-Sandwich.jpg" alt="Merry Christmas!" width="987" height="1753"></a><p id="caption-attachment-5739" class="wp-caption-text">Merry Christmas!</p></div></p>
<p>In the &#8220;neato&#8221; section, I did find an eval copy of Citrix. &nbsp;And a NIB quality box of <a href="http://store.steampowered.com/app/223470/">Postal 2</a>! &nbsp;I didn&#8217;t know there was any updates so that was a surprise. &nbsp;But now I see it is on sale over on Steam, for $7.50 Hong Kong Dollars. &nbsp;I would do some give away but I also found out that my account got converted. YAY.</p>
<p><div id="attachment_5734" style="width: 966px" class="wp-caption aligncenter"><a href="http://store.steampowered.com/hkd"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-5734" class="wp-image-5734 size-full" src="https://virtuallyfun.com/wp-content/uploads/2015/12/steam-is-now-in-HKD.png" alt="steam is now in HKD" width="956" height="662"></a><p id="caption-attachment-5734" class="wp-caption-text">Steam is now priced in Hong Kong Dollars!</p></div></p>
<p>Which means I cannot give anything away as apparently I now live in a poorer area and get subsidized games. I guess that is to make up for censored and restricted catalogs.</p>
<p>So yeah, I am alive.</p>
<p>And MERRY CHRISTMAS!!!!!!</p>
<p>Crazy to think that 2016 is literally around the corner!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2015/12/24/merry-christmas-from-japan/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>I don&#8217;t know how I missed this, but a java x68000!</title>
		<link>https://virtuallyfun.com/2014/03/26/i-dont-know-how-i-missed-this-but-a-java-x68000/</link>
					<comments>https://virtuallyfun.com/2014/03/26/i-dont-know-how-i-missed-this-but-a-java-x68000/#comments</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 26 Mar 2014 03:55:24 +0000</pubDate>
				<category><![CDATA[Japanese software]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3946</guid>

					<description><![CDATA[The coolest thing I&#8217;ve seen in Java, a x68000! Assuming you can run Java stuff (it&#8217;s getting harder and harder on OS X), you can check out Human68k 3.02 Mahjong Otoko Dama Reversi It&#8217;s very cool! Â Although the keyboard kind &#8230; <a href="https://virtuallyfun.com/2014/03/26/i-dont-know-how-i-missed-this-but-a-java-x68000/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The coolest thing I&#8217;ve seen in Java, <a href="http://homepage2.nifty.com/m_kamada/java/x68000/">a x68000</a>!</p>
<p><a href="https://virtuallyfun.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-26-at-11.54.48-AM.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3948" alt="Screen Shot 2014-03-26 at 11.54.48 AM" src="https://virtuallyfun.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-26-at-11.54.48-AM.png" width="885" height="664" /></a></p>
<p>Assuming you can run Java stuff (it&#8217;s getting harder and harder on OS X), you can check out</p>
<ul>
<li><a href="http://homepage2.nifty.com/m_kamada/java/x68000/human302_nw.htm">Human68k 3.02</a></li>
<li><a href="http://homepage2.nifty.com/m_kamada/java/x68000/jong_nw.htm">Mahjong</a></li>
<li><a href="http://homepage2.nifty.com/m_kamada/java/x68000/otoko_nw.htm">Otoko Dama</a></li>
<li><a href="http://homepage2.nifty.com/m_kamada/java/x68000/greversi_nw.htm">Reversi</a></li>
</ul>
<p>It&#8217;s very cool! Â Although the keyboard kind of sticks on Sun Java/OS X.</p>
<p>And of course be sure to check out the <a href="http://translate.google.com/translate?hl=en&amp;sl=ja&amp;tl=en&amp;u=http%3A%2F%2Fhomepage2.nifty.com%2Fm_kamada%2Fjava%2Fx68000%2F">home page translated via google</a>!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2014/03/26/i-dont-know-how-i-missed-this-but-a-java-x68000/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
