git.y1.nz

gbdk-2020

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

commit 3640fbdd76f07015b1ea4e1d369d2dfc7273a3d7
parent 475f0dc7b21daca698d56dbd6beda5a0dd09c0fa
Author: Toxa <untoxa@mail.ru>
Date:   Fri,  3 Mar 2023 19:01:55 +0300

GB: fix typo

Diffstat:
Mgbdk-lib/include/gb/hardware.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/include/gb/hardware.h b/gbdk-lib/include/gb/hardware.h @@ -13,7 +13,7 @@ #define __BYTE_REG extern volatile UBYTE #define __REG extern volatile SFR -/** Memoty map */ +/** Memory map */ __BYTES _VRAM[]; __BYTES _VRAM8000[];

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