git.y1.nz

gbdk-2020

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

commit 5eb3687558de50c64f4af64208d5d76dd002aeab
parent 2361557ff8fbb966d4b6b0a108e73ed8ffddc549
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Wed, 16 Dec 2020 12:33:53 +0300

Merge pull request #106 from bbbbbr/develop_bankpack

BankPack: Example project Makefile: Change to MBC5, fix lcc typo
Diffstat:
Mgbdk-lib/examples/gb/banks_autobank/Makefile5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gbdk-lib/examples/gb/banks_autobank/Makefile b/gbdk-lib/examples/gb/banks_autobank/Makefile @@ -26,9 +26,10 @@ make.bat: Makefile # -autobank : turns on auto banking # -Wb-v : prints out assigned bank info # -Wl-yo4 : Use 4 ROM banks -# -Wl-yt1 : Use MBC1 cartridge type +# -Wl-ya4 : Use 4 RAM banks +# -Wl-yt19 : Use MBC5 cartridge type $(BINS): $(OBJS) - $(CC) $(CFLAGS) -autobank -Wb-v -Wl-yt1 -Wl-yo4 -Wl-yo4 -o $(BINS) $(OBJS) + $(CC) $(CFLAGS) -autobank -Wb-v -Wl-yt19 -Wl-yo4 -Wl-ya4 -o $(BINS) $(OBJS) # ./romusage autobanks.map -g clean:

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