Ruslan Rostovtsev

Results 71 comments of Ruslan Rostovtsev

I completely agree that the app needs some improvement, as it hasn't been updated in 15 years. I'll take your suggestions into account when I work on it. However, I...

The black swirl isn't a feature at all. It's a vulnerability in the BIOS code that allows you to bypass the specified conditions and use a neutral, black color for...

> I might try and add some features into the Region Changer app myself, such as enabling/disabling the sector write protection, which is the first 3 sectors of the chip...

Yes, after the regional information there's an 8-byte ID. I don't know what else it is. Not all games will work with a clean FlashROM or one that's full of...

Yes, but you need to keep in mind that not everyone uses the standard BIOS, so it’s important that all the necessary data is there initially. About FlashROM offsets: https://github.com/DC-SWAT/DreamShell/blob/master/firmware/isoldr/loader/include/main.h#L32

> Yeah that is true. I haven't tested on all BIOS yet, however I have tested it on the stock BIOSs and the Japanese Cake v1.032 BIOS. I am pretty...

There might be a bug here. I don't remember which games actually use this call or whether they actually need anything there.

Just found this from Metallic code: ``` struct factory_sector { struct factory_record { // everything 'char' below is decimal numbers in ASCII, unless noted else char machine_code1; // '0' -...

0x8cfe8000 memory with true DMA? I think this is a memory issue. Maybe need shift a bit to 0x8cfe7000 or 0x8cfe6000 for example. But you need to type in manually,...

Try closer to the end of memory: 0x8cfe9000, 0x8cfea000, ...