Where do I start porting Cave Story to the Saturn?

Greetings,
I want to start making Games for the Saturn and as a Learning Exercise I decided to port Cave Story to the Saturn.
The Game has been decompiled (https://github.com/gameblabla/CSE2) so the C++ code is available.
In the Portable Branch of the decomp it targets SDL2 and there is a SDL2 for Saturn (https://github.com/willll/SDL_Saturn) but it written in C so I don't know if it will work.

I started to try and remake the game in SRL but I can't get my head around the Tilemap to actually make the Levels but I'm pretty sure I'm doing something wrong.

Thanks in advance.
 
  • Like
Reactions: vbt
Back
Top