-
I compiled sdcc, and i have the binaries however compiling gbtk-2020 is failing with this error. Where do i find sdcc-lib.h?
```
Building lib
for i in gbz80; do make port THIS=$i PORT=$i; done
rm …
-
HI dear author,
It's truly a honor to write a letter to you, I'm building your project nowadays and found the error when building as following, I wonder if there is a chance that you know the …
-
Hello!
I am having trouble figuring out how to run this program. The original program had an .exe and one would just run it. Here, there are a lot more files, and my Win10 recognized only a couple …
-
i noticed, that const qualifier for arrays with your assets is missing. that leads to generation of enormous initialization code (size of your array multiplied by 5) into your ROM, that construct your…
-
OS: Pop OS 64bit GNU/Linux
When I try to compile my main.c file it throws up this error:
/opt/gbdk/bin/lcc: /opt/gbdkbin/sdcc: No such file or directory
I'm know very little about this stuff bu…
-
dear @Zal0 , please make ZGB compatible with the latest GBDK-2020 from your repo, i have a conflict with _current_bank definition, thank you
-
```
A good place to start is the [Getting Started Section](https://zal0.github.io/gbdk-2020/docs/api/docs_getting_started.html)
```
This link 404s. I'm not actually sure what the correct link shoul…
-
I created a "wobble" effect with the following function
```
void interruptLCD(){
if (offset_array[LYC_REG] > 0){
move_bkg(offset_array[LYC_REG],0);
}
else {
move_b…
sttng updated
3 years ago
-
I had a custom font implemented and working OK. Today I recompiled my project after several months, using the latest version of GBDK-2020, and found out that everything still works except for my custo…
-
"A good place to start is the [Getting Started Section](https://zal0.github.io/gbdk-2020/docs/api/docs_getting_started.html)"
this link currently goes to a 404, was the link changed? thanks