gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ed2f5698c12b8e61bf224db6284a5df54a1a3161 parent 38cd7bb9ad3bd23b96f8da3ec78bb804a59fdac5 Author: Toxa <untoxa@mail.ru> Date: Sun, 5 Sep 2021 22:47:16 +0300 SMS/GG: fix SMS header Diffstat:
| M | gbdk-support/lcc/targets.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-support/lcc/targets.c b/gbdk-support/lcc/targets.c @@ -76,7 +76,7 @@ CLASS classes[] = { "%bankpack% -plat=sms $1 $2", "%ld_z80% -a sms -n -i $1 %libs_include% $3 %crt0dir% $2", "%ihxcheck% $2 $1", - "%mkbin% -S $1 $2 $3", + "%mkbin% -S -xj 4 $1 $2 $3", llist0_defaults_sms, ARRAY_LEN(llist0_defaults_sms), }, // GG
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.