A Generic, all purpose solution to sideloading custom software onto the SEGA MEGA CD
This project serves to provide the sole foundation by which developers are able to create software for the MEGA CD
Sideloading your own content onto the console through this bootloader, which houses all of the necessary functionality for getting started
-
CDDA Support (in compliance with BIOS standard)
-
Relevant header checks and subroutines for working natively
-
Functionality for statically casted macros for ease of use development
-
(WIP) PCM audio driver support for full 44100KHz audio
- SEGA MEGA CD - JPN BIOS (V1.00p M1)
- SEGA MEGA CD - JUE BIOS (V2.00 M2)
- SEGA CD - USA BIOS (V1.10 M1)
The means to developing within the confinements of this boot loader go as per any other SEGA console development
Whereby all of the pre-requsities that you can change to accomodate for your software can always be found in main.asm
Change REGION, DOMESTIC/OVERSEAS AND DISK ID to meet your needs