git.y1.nz

gbdk-2020

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

commit 206b371691d636ecb0387bbe1253b1f463365182
parent d93c9fdde10b535ad6bd4bd69a5455f8f021732d
Author: Michel Iwaniec <46843052+michel-iwaniec@users.noreply.github.com>
Date:   Tue, 25 Jul 2023 01:48:12 +0100

Merge pull request #556 from michel-iwaniec/nes_use_strcmp_asm_implementation

NES: Change nes target to use asm implementation of strcmp function
Diffstat:
Mgbdk-lib/include/asm/mos6502/provides.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/include/asm/mos6502/provides.h b/gbdk-lib/include/asm/mos6502/provides.h @@ -1,4 +1,4 @@ #define USE_C_MEMCPY 0 #define USE_C_STRCPY 0 -#define USE_C_STRCMP 1 +#define USE_C_STRCMP 0

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