
GitHub - Stephane-D/SGDK: SGDK - A free and open development …
SGDK is a free development kit allowing development of software in C language for the Sega Mega Drive. It contains the development library itself (with the code sources) and some custom tools used to compile resources. SGDK uses the GCC compiler (m68k-elf target) and the libgcc to generate a ROM image.
Releases · Stephane-D/SGDK - GitHub
SGDK - A free and open development kit for the Sega Mega Drive - Stephane-D/SGDK
SGDK/readme.md at master · Stephane-D/SGDK - GitHub
SGDK is a free development kit allowing development of software in C language for the Sega Mega Drive. It contains the development library itself (with the code sources) and some custom tools used to compile resources.
SGDK 1.80 (september 2022) - GitHub
SGDK is a free development kit allowing development of software in C language for the Sega Mega Drive. It contains the development library itself (with the code sources) and some custom tools used to compile resources.
Home · Stephane-D/SGDK Wiki - GitHub
May 13, 2022 · SGDK - A free and open development kit for the Sega Mega Drive - Stephane-D/SGDK
SGDK Usage · Stephane-D/SGDK Wiki - GitHub
SGDK uses a generic makefile to compile the project. In order to be properly recognized by the makefile you need to organize your project folder structure as following: project root. src = source files (sub-folder supported up to 2 depth levels, ex: src/engine/enemy/*) inc = include files; res = resource files; out = output files (will be ...
GitHub - LIZARDRIVE/SGDK_LIZARDRIVE: SGDK - A free and open …
SGDK is a free development kit allowing development of software in C language for the Sega Mega Drive. It contains the development library itself (with the code sources) and some custom tools used to compile resources.
Tuto Introduction · Stephane-D/SGDK Wiki - GitHub
These basic tutorials aim to give you the basis to start developing on the Sega Genesis / Mega Drive using SGDK, they will help you understanding how SGDK work and how to use it efficiently but they do not aim to learn you C language programming nor to explain you how the Sega Mega Drive works internally so take attention to the disclaimer.
GitHub - williamdsw/sgdk-tutorials: List of SGDK development …
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.
SGDK/inc/maths.h at master · Stephane-D/SGDK - GitHub
SGDK - A free and open development kit for the Sega Mega Drive - Stephane-D/SGDK