Ruslan Rostovtsev

Results 71 comments of Ruslan Rostovtsev

Have you thought about simply combining them into one API? The choice of DMA can be made based on the `type` of transfer (see `pvr_dest_addr()`). If you need to transfer...

Just need add `__stack_chk_guard` and others to exports.txt I guess.

I have a couple of ideas, what I wanted to do. Data cache is absolutely useless, I realized this in fatfs too. If you suddenly need to read the same...

I don't sell anything and I don't have these chips. Also I don't recommend doing this, it's always better to leave the original BIOS, in case you flash something wrong,...

You can merge two BIOS into one with console command: Linux: `cat first.bios second.bios > both.bios` Windows: `copy first.bios + second.bios both.bios /B`

> Would love to be able to do this. I never flashed chips before. Do I just drag and drop both bios files into the Command Prompt? Nope. Just type...

I have improved BIOS Flasher application, now you can flash several firmwares into your chip. But you need to switch 2 MB banks on it, it is impossible to flash...

> I see, I did order a 29L3211 chip preflashed. I just need to figure out how to install this chip into a Dreamcast. Do I just install it like...

> Instead of having a list of KOS symbols to export when the `INIT_EXPORT` init flag is set, we defer the responsability of providing the exports list to the applications...

> All you need to do is copy the contents of KOS master's `exports.txt` (and/or `kernel/arch/dreamcast/export-*.txt`) into your own exports file. You removed exports files from KOS, that the main...