Rohan Gupta

Results 28 comments of Rohan Gupta

> Can you explain the changes you have made ? Just find and replace `mem_init` to `mem_init2` in these 4 files; gameboy.ino, main.cpp, mem.cpp, mem.h. Its as simple as that

Make sure nothing is connected to pin 9. And display pins or buttons. Pin 9 is used by an internal timer and when you press fire, it uses that timer...

@ducalex I got my hands on two QT Py's with 2MB of PSRAM and I'm currently figuring how to use the ESP-IDF

Alright @ducalex, now that I have ESP-IDF setup properly, and have a much better understanding about how building things for any ESP32 work, I can try setting this repository up....

Downgraded to 5.2 and the unmodified build works perfectly! I'll get started porting it to my hardware (@algebric, can you at least comment something)

Got a successful build with my custom screen! Although after trying to flash it, I had some problems. First, following the instructions printed after building ``` Bootloader build complete. To...

Hmmm, after flashing with `rg_tool`, a similar error about flash size still caused the ESP32S3 to crash at boot I used this command ``` ./rg_tool.py --port=/dev/tty.usbmodem101 install launcher prboom-go --target...

Awesome! The configurations work! Thank you so much, for all your help. This repository looks so capable, and I'm super excited to get it working completely. I've got the display...