More actions
(Created page with "{{Infobox GB Homebrews |title=GB-Shell |image=gbshell.png |description=Command Shell FrameWork for Game Boy Color. |author=TeamKNOx |lastupdated=2001/11/01 |type=Other Apps |version=2001 |format=CGB |license=MIT |download=https://dlhb.gamebrew.org/gbhomebrews/gbshell.7z |website=https://gitlab.com/teamknox/gbcshell |source=https://gitlab.com/teamknox/gbcshell |donation= }} {{#seo: |title=GameBrew |title_mode=append |image=gbshell.png |image_alt=GB-Shell }} This is a prog...") |
No edit summary |
||
Line 7: | Line 7: | ||
|type=Other Apps | |type=Other Apps | ||
|version=2001 | |version=2001 | ||
|license=MIT | |||
|format=CGB | |format=CGB | ||
|download=https://dlhb.gamebrew.org/gbhomebrews/gbcshell.zip | |||
|download=https://dlhb.gamebrew.org/gbhomebrews/ | |||
|website=https://gitlab.com/teamknox/gbcshell | |website=https://gitlab.com/teamknox/gbcshell | ||
|source=https://gitlab.com/teamknox/gbcshell | |source=https://gitlab.com/teamknox/gbcshell | ||
}} | }} | ||
{{#seo: | {{#seo: |
Latest revision as of 10:45, 30 July 2024
GB-Shell | |
---|---|
General | |
Author | TeamKNOx |
Type | Other Apps |
Version | 2001 |
License | MIT License |
System | CGB |
Last Updated | 2001/11/01 |
Links | |
Download | |
Website | |
Source | |
This is a program designed to simplify software development on GBC, particularly for novices. It is a framework focused on machine controlling. You only need to write the differential part of the code, and it will be assigned to each button.
User guide
Your target action will be described to func0.c - func5.c funcX_init() should contain initialize, funcX() has body of each function.
To get started, download the files and unzip them into your target folder. After that, you need to make the following modifications to the files:
- title.h
- target.h
- target.c
- funcX.h
- funcX.c
External links
- GitLab - https://gitlab.com/teamknox/gbcshell