Discussion of development of software for any "obsolete" computer or video game system. See the WSdev wiki and ObscureDev wiki for more information on certain platforms.
This is my n64 homebrew cartridge,I have flash a n64 game called biohazard2.
But in game, can not save sram.
when I read 32k sram from cartridge, 32k data only the first 4byte show BIO2, others data is all 0x00.
Last edited by byemu on Sat Aug 19, 2017 4:09 am, edited 2 times in total.
If it were the wrong CIC, that would prevent booting altogether ... unless it both needs, and you have, a bad implementation of the 6105.
(The hash of the first 4 KiB of the cart ROM has to match the hash presented by the CIC or else the PIF goes into an infinite loop. If the hash does match, then it passes off execution in those 4 KiB)
lidnariq wrote:If it were the wrong CIC, that would prevent booting altogether ... unless it both needs, and you have, a bad implementation of the 6105.
(The hash of the first 4 KiB of the cart ROM has to match the hash presented by the CIC or else the PIF goes into an infinite loop. If the hash does match, then it passes off execution in those 4 KiB)
1 How to change a homebrew rom to a spencified cic(ex: 6105,only boot on a 6105cic).
2 My verilog code is wrong.
lidnariq wrote:The x101 and x102 boot sectors can be just directly interchanged; the other three CICs each do something different and can't be easily swapped.
Flashcarts like the everdrive64 reimplement the boot sectors in order to allow running everything as though it were on a 6102/7101.
Maybe need a bootemu, first will boot to bootemu,next swap the rom section via mmc,then boot to gamerom.