gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b373426cff5f6be262eb49bf21d9d039d7e6624e parent b63141b13ec230e834e49a0ba62eab699f2f71f8 Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Thu, 24 Jun 2021 20:34:09 +0300 Merge pull request #204 from bbbbbr/farptr_uint lib: far_ptr: match return and param types to unsigned declarations Diffstat:
| M | gbdk-lib/include/gb/far_ptr.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/include/gb/far_ptr.h b/gbdk-lib/include/gb/far_ptr.h @@ -91,6 +91,6 @@ void __call__banked(); @returns A far pointer (type @ref FAR_PTR) */ -int32_t to_far_ptr(void* ofs, int16_t seg); +uint32_t to_far_ptr(void* ofs, uint16_t seg); #endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.