git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 60ce3c8441fbbc8ef34a01873ffd1184d5ae5501
parent ec054cc42418dbdbaab0b5048d933e02553ec68f
Author: bbbbbr <reg+github@roughhousing.com>
Date:   Wed, 23 Jun 2021 19:12:06 -0700

Merge pull request #203 from bbbbbr/docs_misc2

Docs: Add note about -yoA auto bank sizing
Diffstat:
Mdocs/pages/05_banking_mbcs.md1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/docs/pages/05_banking_mbcs.md b/docs/pages/05_banking_mbcs.md @@ -50,6 +50,7 @@ Note: You can use the `NONBANKED` keyword to define a function as non-banked if At the link stage this is done with @ref lcc using pass-through switches for @ref makebin. - `-Wl-yo<N>` where `<N>` is the number of ROM banks. 2, 4, 8, 16, 32, 64, 128, 256, 512 + - `-Wl-yoA` may be used for automatic bank size. - `-Wl-ya<N>` where `<N>` is the number of RAM banks. 2, 4, 8, 16, 32 - `-Wl-yt<N>` where `<N>` is the type of MBC cartridge (see below).

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.