git.y1.nz

gbdk-2020

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

commit 25b415a478df2833e4a640e5a88b7964f7642232
parent 9243e066b419276a9167cc24f7db2c35bfd75694
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Thu,  3 Nov 2022 11:14:10 +0400

Merge pull request #441 from michel-iwaniec/nes_mapper_and_mirroring_change

NES: Switch to single-screen mirroring in makebin, for easier scrolling logic / less attribute shadow RAM
Diffstat:
Mgbdk-support/makebin/makebin.c4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gbdk-support/makebin/makebin.c b/gbdk-support/makebin/makebin.c @@ -756,11 +756,11 @@ main (int argc, char **argv) .version=0 }; struct nes_opt_s nes_opt = { - .mapper = 2, + .mapper = 30, .num_prg_banks = 2, .num_chr_banks = 0, .vertical_mirroring = 0, - .four_screen = 0, + .four_screen = 1, .battery = 0 }; #if defined(_WIN32)

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