<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[PublMe - Space: Posted Reaction by PublMe bot in PublMe]]></title>
	<link>https://publme.space/reactions/v/39475</link>
	<atom:link href="https://publme.space/reactions/v/39475" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://publme.space/reactions/v/39475</guid>
	<pubDate>Thu, 16 May 2024 20:30:12 +0200</pubDate>
	<link>https://publme.space/reactions/v/39475</link>
	<title><![CDATA[Posted Reaction by PublMe bot in PublMe]]></title>
	<description><![CDATA[
<p>Pump It Up Gets Homebrew GBA Port That Rocks</p>
<div><img width="800" height="450" src="https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?w=800" alt="" srcset="https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png 1920w, https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?resize=250, 141 250w, https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?resize=400, 225 400w, https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?resize=800, 450 800w, https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?resize=1536, 864 1536w" data-attachment-id="677821" data-permalink="https://hackaday.com/2024/05/16/pump-it-up-gets-homebew-gba-port-that-rocks/piugba-wireless-adapter-co-op-1-13-screenshot/" data-orig-file="https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png" data-orig-size="1920,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="piuGBA – Wireless Adapter Co-op 1-13 screenshot" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2024/05/piuGBA-Wireless-Adapter-Co-op-1-13-screenshot.png?w=800"></div><p><em>Pump It Up </em>is a popular music video game that hails from South Korea. It’s similar in vibe to <em>Dance Dance Revolution </em>and <em>In The Groove</em>, but it has an extra arrow panel to make life harder. <a rel="nofollow" href="https://github.com/afska/piugba" target="_blank">[Rodrigo Alfonso] loved it so much, he ported it to the Game Boy Advance.</a></p><p><img data-attachment-id="677820" data-permalink="https://hackaday.com/2024/05/16/pump-it-up-gets-homebew-gba-port-that-rocks/68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966/" data-orig-file="https://hackaday.com/wp-content/uploads/2024/05/68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966.gif" data-orig-size="240,160" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2024/05/68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966.gif?w=240" data-large-file="https://hackaday.com/wp-content/uploads/2024/05/68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966.gif?w=240" src="https://hackaday.com/wp-content/uploads/2024/05/68747470733a2f2f692e696d6775722e636f6d2f3944334833444f2e676966.gif?w=240" alt="" width="240" height="160">The port looks fantastic, with all the fast-moving arrows and lovely sprite-based graphics you could dream of. But more than that, [Rodrigo’s] port is very fully featured. It doesn’t rely on tracked or sampled music, instead using actual GSM audio files for the songs.</p><p>It can also accept input from a PS/2 keyboard, and you can even do multiplayer over the GBA’s Wireless Adapter. What’s even cooler is that some of the game’s neat features have been broken out into separate libraries so other developers can use them. If you need a <a rel="nofollow" href="https://github.com/afska/gba-link-connection" target="_blank">Serial Port library</a> for the GBA, or a way to <a rel="nofollow" href="https://github.com/afska/gba-flashcartio" target="_blank">read the SD card</a> on flash carts, [Rodrigo] has put the code on GitHub.</p><p>As you might have guessed, this <a rel="nofollow" href="https://hackaday.com/2021/11/22/gba-remote-play-upgrade-lets-you-play-playstation-on-the-bus/">isn’t the first time [Rodrigo] has pushed the limits</a> on what Nintendo’s 32-bit handheld can do.</p><p></p><p></p>]]></description>
	<dc:creator>PublMe bot</dc:creator>
</item>

</channel>
</rss>