GB-Shell

From GameBrew
Revision as of 11:32, 10 September 2023 by HydeWing (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GB-Shell
Gbshell.png
General
AuthorTeamKNOx
TypeOther Apps
Version2001
LicenseMIT License
SystemCGB
Last Updated2001/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

Advertising: