-
Hi, i get these errors when i try to make the bin:
`src/main.c: In function 'main':
src/main.c:162:21: error: 'PLAN_B' undeclared (first use in this function)
162 | VDP_drawImageEx(PLAN_B, …
-
The directory structure of SGDK has changed, but there doesn't seeem to be any updated makefile for projects. Currently, all projects fail when trying to build; this includes the two examples.
-
I was not able to run this following your guide on Catalina, since it dropped 64 bit support.
Here are some changes I made to README.md when I followed your guide, but I had to stop at the executio…
-
Hello! I just stumbled into this and it looks very promising for some of the music work I'd like to do.
Are there any plans for this software to support sample playback on FM channel 6 or the exten…
-
What I have (in BlastEm)
PORT1: PAD6
PORT2: TEAMPLAYER
in TEAMPLAYER's PORT1: PAD6
(ofc, I enable TEAMPLAYER support on PORT2 manually)
The data reading for JOY_2 **DOES NOT WORK** ,
so JO…
D0NM updated
3 months ago
-
Hello,
i've installed the toolchain and reached to compiled, all seems ok, but i don't know how to start using SGDK.
What i've reached to do :
1) Compiling OK -> i have all necessary files in /o…
-
```
Update tutorial to reflct last SGDK version.
```
Original issue reported on code.google.com by `Stephane.D` on 30 May 2012 at 10:31
-
Hi Stephane,
I've recently discovered the SGDK and I'm really loving it.
I was doing some tests today with some shmup-like prototype when I've come across with something: The "loop" property of th…
-
Might be something I'm doing wrong as I'm only a dabbler with this but it is fun!
Building projects now fails early on with
```
/bin/mkdir -p src/boot
/bin/mkdir -p out
make: *** No rule to mak…
-
Hello. I tried to enter this code myself, but line 2 of main.c refers to a file called string.h. I'd expect this file to be in a resources folder, but there isn't one to be found.