ducalex

Results 162 comments of ducalex
trafficstars

> @ducalex: Yes, it has to bubble through quite a lot of code. Adding it makes sense to me as well. Thank you, I'll spend some time studying the code...

I'm fairly new at Go so I don't feel confident enough to architect this change myself at the moment. But maybe someone will be able to give me some guidance...

> E (197) spi_flash: Detected size(4096k) smaller than the size in the binary image header(16384k). Probe failed. Can you try `esptool.py -b 921600 write_flash --flash_size detect 0x0 retro-go.img`? It's possible...

Thanks for sharing the resolution with us!

You need open a terminal in your esp-idf installation ($IDF_PATH) and run something like: - `patch -p1 < "/path/to/retro-go/tools/patches/panic-hook (esp-idf 4.0 and 4.1).diff"` You can also do it manually. Open...

Which version of esp-idf are you using?

It's usually not that simple to emulate a floppy drive. A ROM you just copy to memory, but a floppy you have to care about timings, seeking, head positioin, sectors,...

The gist is that you can copy the files from git:/launcher/images/ to sdcard:/retro-go/theme/ and it will load from there. I'm not very happy with that method, I would prefer to...

> I have started somewhat on the base code exploring this Alright, I'll step back and let you work on theming then!

The title of your PR doesn't seem to match the description. Also the there are conflicts so I can't merge it anyway. Right now SELECT+START should open the options on...