Page 1 of 1

MegaCD compilation

Posted: Wed May 25, 2016 5:41 pm
by dub
Hi,

Is anyone have a way to create a MegaCD version of a game made with sgdk ?
A makefile or some links to asm code for playing music track ?

I know about the ram limitation,but not how optimize the code ?
Thanks.

Re: MegaCD compilation

Posted: Thu May 26, 2016 9:16 pm
by MrTamk1s
If all you are looking for is to use the Mega CD hardware for playing CDDA (instead of running the game code from CD), the easiest solution would be to use Mode 1 support in SGDK on top of the standard Genesis SGDK code. The code for the project in the post also has a Sega CD build process which you could look at.

Re: MegaCD compilation

Posted: Fri May 27, 2016 6:58 am
by dub
Thanks,

I'll read this code. Mega top :mrgreen: