gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit dc6d21c7d60ddf3f22314907cd53925fd4d67c49 parent c909ac84db73b4f652857ca0768aa38b4557b82c Author: Toxa <untoxa@mail.ru> Date: Thu, 14 Sep 2023 11:00:14 +0300 NES: __map_tile_offset must be global Diffstat:
| M | gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s b/gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s @@ -8,7 +8,7 @@ .ypos: .ds 1 .num_rows: .ds 1 .src_tiles: .ds 2 - __map_tile_offset: .ds 1 + __map_tile_offset:: .ds 1 .area _HOME
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.