Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogerboesch/sega-dev
https://github.com/rogerboesch/sega-dev
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rogerboesch/sega-dev
- Owner: rogerboesch
- Created: 2024-11-22T10:30:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:47:42.000Z (about 1 month ago)
- Last Synced: 2024-11-22T11:28:42.889Z (about 1 month ago)
- Language: Assembly
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEGA Genesis/Mega Drive Development
I plan to work on a bigger project/game in 2025 for the Sega Mega Drive (or Genesis in US).
More to come ...
## VSCode template
In [SEGA_VSCode](SEGA_VSCode/) you find the VSCode template I use. The base template is from [this repo](https://github.com/pleft/SEGA_VSCode_Template),
but I **customized** it for my needs.Press **CTRL**-**SHIFT**-B to compile or **CTRL**-T to execute the available tasks
- task *build*: compile the project
- task *clean*: clean the project
- task *run*: run the code in emulator (Needs installation of the [gems kmod emulator](https://gendev.spritesmind.net/page-gensK.html))
Feel free to use, it's a nice starting point for every project.