vhaghverdi / sgdk-linux-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SGDK Project Template for Linux

A Visual Studio Code template for Sega Genesis / Mega Drive homebrew built using SGDK. Intended for new projects on Linux.

Instructions

  1. Unpack the latest release of SGDK.
  2. Set the GDK environment variable to where you unpacked SGDK in step 1 (e.g., export GDK=$HOME/sgdk).
  3. Follow the instructions for SGDK_wine to wrap SGDK's executables. Check that Wine is installed before doing this.
  4. You can now compile with the default build task and run with the default test task.

Note on Loading Roms

Note that the default test task assumes a Flatpak installation of the BlastEm emulator. You may modify this by editing .vscode/tasks.json.

About


Languages

Language:Assembly 89.9%Language:C 10.1%