gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 1e5415eb07777cfac8e8f8720937b0f26c6dc7b1 parent b389598125e345eb19c12c6b8249d945ceb0a504 Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Sat, 20 Mar 2021 13:09:55 +0300 Merge pull request #153 from anistarafdar/patch-1 fixed comment typo: immediatly -> immediately Diffstat:
| M | gbdk-lib/include/gb/gb.h | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/include/gb/gb.h b/gbdk-lib/include/gb/gb.h @@ -523,7 +523,7 @@ void reset(void) NONBANKED; Warning: If the VBL interrupt is disabled, this function will never return. If the screen is off this function returns - immediatly. + immediately. */ void wait_vbl_done(void) NONBANKED __preserves_regs(b, c, d, e, h, l); @@ -553,7 +553,7 @@ void hiramcpy(UINT8 dst, #define DISPLAY_ON \ LCDC_REG|=0x80U -/** Turns the display off immediatly. +/** Turns the display off immediately. @see display_off, DISPLAY_ON */ #define DISPLAY_OFF \
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.