How do i edit the header
Posted: Mon Oct 05, 2015 3:14 am
How do i edit the game's header, so it displays the message i want on startup, rather than the Sega copyright stuff?
Thanks.
Thanks.
Sega Megadrive/Genesis development
http://gendev.spritesmind.net/forum/
Stef wrote:You have no way to modify the Sega copyright message. This is hardwired in the system and not present in your ROM, the best thing you can do is to display another message right after to disqualify it.
To clarify his statement, the Sega copyright message is generated by the system's TMSS. You could do something like Nolddor did in Bug Hunt to disqualify the copyright message.Stef wrote:You have no way to modify the Sega copyright message. This is hardwired in the system and not present in your ROM, the best thing you can do is to display another message right after to disqualify it.
Looking at the video; kinda odd the he disqualifies the previous message, then proceeds to display the Sega logo afterwards.... 8pMrTamk1s wrote:To clarify his statement, the Sega copyright message is generated by the system's TMSS. You could do something like Nolddor did in Bug Hunt to disqualify the copyright message.Stef wrote:You have no way to modify the Sega copyright message. This is hardwired in the system and not present in your ROM, the best thing you can do is to display another message right after to disqualify it.
As for actually editing the ROM header for a SGDK project, the header code is found at (Your SGDK project root)/src/boot/rom_head.c . In that code, you can modify the copyright org and ROM title (which you should do upon final release), as well as SRAM setup data.