-
-
```
make GDK=/home/gustavo/apps/sgdk -f /home/gustavo/apps/sgdk/makefile_wine.gen
mkdir -p src/boot
mkdir -p out
/home/gustavo/apps/sgdk/bin/gcc -B/home/gustavo/apps/sgdk/bin -n -T /home/gustavo/a…
-
When I compile mixed source code in c **AND c++**, I get a compiler error:
```c
In file included from /opt/gendev/sgdk/inc/genesis.h:9,
from smd_test.cpp:2:
/opt/gendev/sgdk/inc/t…
-
Usually it is not a problem at all, because notes are turned on and off quite frequently in most tracks, getting them restored naturally quite quickly. However, some VGMs are not that cooperative in t…
-
When I try to compile the template project that comes with the SGDK the compiler gives a assembler error:
Error: can't open boot.s for reading: No such file or directory
make: *** [boot.o] Error 1
…
-
Thanks for putting this together. I'm trying to use the included XGM ROM builder to build a ROM to use on a real Genesis model 1 to do some recording. I finally got it working and tried out the ROM …
-
Hello everyone.
It would be a good idea to add a bank editor. I'm using a midi controller via UART and it's great, I just miss the ability to implement my own .wopn bank or add .tfi/.dmp instruments …
oop23 updated
2 years ago
-
-
Just a question: Isn't it giving a benefit for performance and memory management if the additional SGDK tools, esp. rescomp, are rewritten in a modern dialect of C++ or even in Rust? What do you think…
-
Thanks again for the nice work. I'm using marsdev for my own mega drive project as I'm a linux user.
A lot of bugs have been fixed and some improvements were made in the new versions.
I tried `SGD…