SGDK
SGDK copied to clipboard
SGDK - A free and open development kit for the Sega Mega Drive
* Add console functions to inc/ext and src/ext * Add stb_printf * Add console sample * Update doxyfile * Update libmd.a and libmd_debug.a
In order to allow easier updates when using an alternative toolchain, for example, using Linux with the gendev script, I think it would be much more convenient if the SGDK...
Thanks for putting this together. I'm trying to use the included XGM ROM builder to build a ROM to use on a real Genesis model 1 to do some recording....
When trying to build the docker container on windows, I get the following error: ``` D:\SGDK>docker build -t sgdk . [+] Building 0.8s (9/10) => [internal] load build definition from...
I'm set up in VS2022 using a makefile project, sometimes a build will modify the src/boot/sega.s file, making it blank. Future builds will then fail to start in the emulator....
Hi, I've followed the [tutorial ](https://github.com/Stephane-D/SGDK/wiki/Setup-SGDK-with-Eclipse), and I've got an error on building : ```` 17:54:56` **** Incremental Build of configuration Release for project genesis_world **** "C:\\Users\\guill\\workspace\\megadrive\\SGDK\\bin\\make -f C:\\Users\\guill\\workspace\\megadrive\\SGDK\\makefile.gen" Release...
When drawing an image with some tiles with the priority bits set to high, I notice that the ones that are fully transparent SGDK doesn't set them to high, only...
I need to keep the space taken up by songs in my game to a minimum. A single table of samples used by all songs would do this. Does the...
Hi Stephane, I would like to use SGDK with my favorite IDE: Netbeans. I tried to configure it by following the logic of CodeBlock, but impossible to compile anything. Could...
It would be great to add this function.