git.y1.nz

gbdk-2020

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

commit cdcc03a6ce2dad727caf8dcd8b4e2c5c22a7a492
parent 434f560334ca23d2fd3c3b23b93e5471e2bc75db
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Sat, 27 Jul 2024 00:32:38 -0700

Merge pull request #706 from bbbbbr/lcc/nes_noi_off

lcc: turn off defaulted-on makebin .noi output for NES target
Diffstat:
Mgbdk-support/lcc/targets.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-support/lcc/targets.c b/gbdk-support/lcc/targets.c @@ -165,7 +165,7 @@ CLASS classes[] = { .bankpack = "%bankpack% -plat=nes -mapper=30 $1 $2", .ld = "%ld_6808% -a nes -n -i -j $1 %libs_include% $3 %crt0dir% $2", .ihxcheck = "%ihxcheck% $2 $1", - .mkbin = "%mkbin% -N -yo A -yS $2 $3", + .mkbin = "%mkbin% -N -yo A $2 $3", .postproc = "", .llist0_defaults = llist0_defaults_nes, .llist0_defaults_len= ARRAY_LEN(llist0_defaults_nes),

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