gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b5cccc82077e6825e456d127c18ad540f861d34a parent 010666eb874be47630ffc98dde63437a584b3b83 Author: Toxa <untoxa@mail.ru> Date: Wed, 8 Sep 2021 17:30:20 +0300 .area _BSS is deprecated Diffstat:
| M | gbdk-lib/examples/ap/space/space.s | 2 | +- |
| M | gbdk-lib/examples/gb/space/space.s | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/examples/ap/space/space.s b/gbdk-lib/examples/ap/space/space.s @@ -49,7 +49,7 @@ .module Space - .area _BSS + .area _DATA .time: ; Global "time" value (counter) .ds 0x01 diff --git a/gbdk-lib/examples/gb/space/space.s b/gbdk-lib/examples/gb/space/space.s @@ -49,7 +49,7 @@ .module Space - .area _BSS + .area _DATA .time: ; Global "time" value (counter) .ds 0x01
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.