git.y1.nz

gbdk-2020

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

commit b5f2dcb585ba4b2d6e1bf83938d56ee1359df138
parent 9f32f7c9aa1f2f224962eb35738447d9b5a2c523
Author: Toxa <untoxa@mail.ru>
Date:   Tue, 31 May 2022 15:14:19 +0300

BANKPACK: support for the Game Boy Camera MBC

Diffstat:
Mgbdk-support/bankpack/obj_data.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gbdk-support/bankpack/obj_data.c b/gbdk-support/bankpack/obj_data.c @@ -128,6 +128,7 @@ void banks_set_mbc_by_rom_byte_149(int mbc_type_rom_byte) { case 0x11U: // 11-ROM+MBC3 case 0x12U: // 12-ROM+MBC3+RAM case 0x13U: // 13-ROM+MBC3+RAM+BATT + case 0xFCU: // FC-GAME BOY CAMERA banks_set_mbc(MBC_TYPE_MBC3); break;

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