git.y1.nz

gbdk-2020

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

commit c88c809624a33f8d4ee8ef371635a64c36ad1944
parent a107f3d0bc9536bd982b9a5f12b384298d7fa46a
Author: Michel Iwaniec <46843052+michel-iwaniec@users.noreply.github.com>
Date:   Thu, 23 Nov 2023 23:58:52 +0000

Merge pull request #599 from michel-iwaniec/nes_remove_wait_frames

NES: Remove unused definition
Diffstat:
Mgbdk-lib/libc/targets/mos6502/nes/crt0.s5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/gbdk-lib/libc/targets/mos6502/nes/crt0.s b/gbdk-lib/libc/targets/mos6502/nes/crt0.s @@ -13,11 +13,6 @@ _shadow_OAM = 0x200 ; Attribute shadow (64 bytes, leaving 56 bytes available for CPU stack) _attribute_shadow = 0x188 -; Declare a dummy symbol for banking -; TODO: Make banking actually work -b_wait_frames = 0 -.globl b_wait_frames - .macro WRITE_PALETTE_SHADOW lda #>0x3F00 sta PPUADDR

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