NASU (Sega Genesis / Mega Drive remake) ======================================= I remade NASU, the minigame in Yume Nikki, for the Sega Genesis / Mega Drive. It was made as part of a complete Yume Nikki remake for the console, but there's still a lot of work left on that, so I can offer you this in the meantime. The game is written in C using SGDK 2.00[1]. You can download the source code (dedicated to the public domain) below. To compile it, extract the archive and run `build.bat` on Windows (assuming you installed SGDK to C:\SGDK\) or install Marsdev[2] on Linux and run `make`. I'd like to thank Stephane Dallongeville and all SGDK contributors for making projects like this possible, and to Grind for writing Marsdev and for teaching me about Sega development so many years ago. ROM: gopher://cidoku.net/5/en/files/NASU-MD.zip Source code: gopher://cidoku.net/5/en/files/code/nasu-src.zip [1] https://github.com/Stephane-D/SGDK [2] https://github.com/andwn/marsdev