Upgrading firmware - solar3s/goregen GitHub Wiki
The Regenbox's Arduino (should) come pre-installed with goregen firmware, but in case you want to replace or use a new Arduino board, or if a major version is released requiring firmware upgrade, or if you used the original console program regenbox.ino, you'll have to upload goregen firmware on the board by yourself.
You can achieve it using the Arduino IDE - this step first requires that you have drivers installed for your Arduino board, see the drivers section.
Download & install Arduino IDE
From https://www.arduino.cc/en/main/software
Open firmware.ino in Arduino IDE
Launch Arduino IDE, and open the file firmware.ino shipped with your release of goregen
Select board type & serial port
From the Tools menu, you need to select the Arduino Nano board. You should also see your plugged-in Regenbox in the Port section, if that's not the case, chances are you don't have working drivers installed; if there are several items here, you need to find & select your Regenbox among the entries.
Upload firmware
Click on the Upload button in the top-left section (the right-pointing arrow), a successful attempt should take about 5 seconds, and look like that:
gg
That's it, you can now launch goregen and expect craziness
v.f.