Mahyar Koshkouei

Results 120 comments of Mahyar Koshkouei

No. I also don't think changes of the RP2350 are enough to support double speed. With the larger internal RAM, it may be possible to play games at double speed,...

The issue is the time taken to obtain the data requested on the parallel bus by the Game Boy from the SPI NOR flash by the RP2040. The NOR Flash...

Since the DMG is ~4.2MHz, the cart has ~238nS to put the ROM data onto the bus. In double speed mode at ~8.4MHz, the cart has ~119nS to put the...

Thank you for this! Have you run any benchmarks before and after these changes on RISC OS using peanut-benchmark to verify the speed improvement? I'll have a thorough look at...

> enabling `PEANUT_GB_USE_DOUBLE_WIDTH_PALETTE` plus using `memcpy` is noticeably faster on a StrongARM RiscPC I'm trying to understand the usefulness of `PEANUT_GB_USE_DOUBLE_WIDTH_PALETTE`. If each byte given to `lcd_draw_line` consists of same...

> That's essentially it - the only difference is that since the RiscPC only has a basic display controller rather than a full GPU, there are limited options for scaling...

Thank you. Your RGFW project is very interesting too. I think it would be good if you made your own repo, and then I can make a list in the...

Apologies for the delay. I've finally created a list in the README at https://github.com/deltabeard/Peanut-GB/blob/master/README.md#projects-using-peanut-gb .

These changes causes failures in the [DMG-Acid2](https://github.com/mattcurrie/dmg-acid2) test as shown below. ![DMG-ACID2_0000000000](https://github.com/deltabeard/Peanut-GB/assets/3747104/7b95164f-b462-40d3-a58a-dce66b83075a) Previously, the output was: ![DMG-ACID2_0000000000](https://github.com/deltabeard/Peanut-GB/assets/3747104/ced7e233-8046-4d3d-99b5-41115fefa984) The left eye and the left chin are drawn by the background which...

Please elaborate on what exactly you mean by this. Do you mean streaming online radio?