git.y1.nz

gbdk-2020

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

commit 0a0ef277cd0385f553274a5ea08b7e5d45ebeec1
parent 766b0415d246c8ac932731166f26f7eeca49a2b7
Author: Toxa <untoxa@mail.ru>
Date:   Sun, 26 May 2024 23:49:42 +0300

MSXDOS: fix .VDP_COLORDATA2 assembly definition

Diffstat:
Mgbdk-lib/libc/targets/z80/msxdos/global.s2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/libc/targets/z80/msxdos/global.s b/gbdk-lib/libc/targets/z80/msxdos/global.s @@ -188,7 +188,7 @@ .VDP_TILEDATA2 = 0x5000 .VDP_COLORDATA0 = 0x6000 .VDP_COLORDATA1 = 0x6800 - .VDP_COLORDATA1 = 0x7000 + .VDP_COLORDATA2 = 0x7000 .VDP_SPRDATA0 = 0x7800

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