<?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>Neo Geo &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/neo-geo/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Thu, 14 Sep 2017 03:28:17 +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>NeoGeo dev update with Neo Thunder</title>
		<link>https://virtuallyfun.com/2016/03/17/neogeo-dev-update-with-neo-t/</link>
					<comments>https://virtuallyfun.com/2016/03/17/neogeo-dev-update-with-neo-t/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 16 Mar 2016 23:24:12 +0000</pubDate>
				<category><![CDATA[68000]]></category>
		<category><![CDATA[cross compiler]]></category>
		<category><![CDATA[demos]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[Neo Geo]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=5889</guid>

					<description><![CDATA[In a round about way I was looking at old NeoGeo hardware having seen the &#8216;NeoGeo X&#8217; android device for sale. Â In a round about way I stumbled onto this page detailing various homebrew projects. Â I saw the Neo Thunder, &#8230; <a href="https://virtuallyfun.com/2016/03/17/neogeo-dev-update-with-neo-t/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div id="attachment_5891" style="width: 1347px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-5891" class="wp-image-5891 size-full" src="https://virtuallyfun.com/wp-content/uploads/2016/03/neo-thunder.png" alt="neo thunder" width="1337" height="1033" /><p id="caption-attachment-5891" class="wp-caption-text">Compiled and Linked under Windows 10</p></div>
<p>In a round about way I was looking at old NeoGeo hardware having seen the &#8216;NeoGeo X&#8217; android device for sale. Â In a round about way I stumbled onto <a href="https://wiki.neogeodev.org/index.php?title=Homebrew_software">this page detailing various homebrew projects</a>. Â I saw the <a href="http://sebastianmihai.com/main.php?t=22&amp;n=Neo-Geo-development-Neo-Thunder">Neo Thunder</a>, which looked interesting, and more importantly included source code!</p>
<p>What was even better is that there was a download of the full toolchain + emulators to get it up and running! Â I downloaded it, and hit the wall quickly as this was built with cygwin circa 2001, which means it will forkbomb any post Windows XP SP2 system.</p>
<p>Well, I couldn&#8217;t just let it die on the vine, so I turned back to my Canadian cross compiler build machine, and quickly built a m68k-elf tool chain. Â As always, first build a native cross compiler for later building libgcc.a and friends. Â I use a 32bit version of Linux with a downgraded MinGW environment so I can use Binutils 2.25.1 and GCC 4.1.2</p>
<p>For anyone who cares, this is my configure strings:</p>
<p style="padding-left: 30px;">
<code><br />
binutils<br />
../configure --target=m68k-elf --prefix=/usr/local/m68k-elf<br />
../configure --target=m68k-elf --prefix=/m68k-elf --host=i686-mingw32<br />
</code>
</p>
<p style="padding-left: 30px;">
<code><br />
gcc<br />
../configure --target=m68k-elf --prefix=/usr/local/m68k-elf<br />
../configure --target=m68k-elf --prefix=/m68k-elf --disable-libssp --build=m68k-elf --host=i686-mingw32<br />
</code>
</p>
<p>With a cross compiler built, the next problem was with the built in tools like bin2elf, fixcnv, gfxcc, and symify. Â These were also built with cygwin, and failed to run. Â With a <em>LOT</em> of googling however I did find the following link to &#8220;<a href="http://web.archive.org/web/20100109213328/http://arcadedev.emuvibes.com/files/neodev.zip">Fabrice Martinez&#8217;s NeoDev Neo Geo C development library for GCC&#8217;. 290 kb AnnÃ©e 7/26/2004 (LINUX)</a>&#8220;, out on <a href="http://www.yaronet.com/topics/172-144408-moved-doc-outils-pour-la-programmation-de-la-neogeo-cd/2">yaronet.com</a>.</p>
<p>I patched up makefiles to my liking, and I could build all the libs, and all of the sample code (well except for the c++ one, because I couldn&#8217;t be bothered to build a c++ compiler). Â Some of it runs, some doesn&#8217;t I&#8217;m not sure what is going on. Â But for what it&#8217;s worth, Neo Thunder actually builds and runs (on mame!).</p>
<p>As always you can <a href="http://vpsland.superglobalmegacorp.com/install/mingw/MinGW-M68K-ELF(neogeo).7z">MinGW-M68K-ELF(neogeo).7z</a> on my site. Â Be sure to read the 404 page for the username password, as it auto-generates from time to time. Â I don&#8217;t know if anyone will care, but it was kinda cool to track down the needed bits, and build out a working version of Neo Thunder.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2016/03/17/neogeo-dev-update-with-neo-t/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ashens review of the Neo Geo X</title>
		<link>https://virtuallyfun.com/2013/03/13/ashens-review-of-the-neo-geo-x/</link>
					<comments>https://virtuallyfun.com/2013/03/13/ashens-review-of-the-neo-geo-x/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 15:49:08 +0000</pubDate>
				<category><![CDATA[Neo Geo]]></category>
		<category><![CDATA[random updates]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=2927</guid>

					<description><![CDATA[I just saw one of these for sale, pretty pricey and I thought I&#8217;d google a review&#8230; Ashens came up, which means that it is crap&#8230; So yeah this is 100% Ashen&#8217;s content.. nothing to do with me, but still &#8230; <a href="https://virtuallyfun.com/2013/03/13/ashens-review-of-the-neo-geo-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>I just saw one of these for sale, pretty pricey and I thought I&#8217;d google a review&#8230; <a href="http://www.ashens.com/post/45023813325/neo-geo-x-iron-pyrite">Ashens</a> came up, which means that it is crap&#8230;</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/4iHoOK5HCHA" frameborder="0" allowfullscreen></iframe></p>
<p>So yeah this is 100% <a href="http://www.ashens.com/">Ashen&#8217;s content</a>.. nothing to do with me, but still interesting.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2013/03/13/ashens-review-of-the-neo-geo-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
