You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Requesting menu option for 3V3 override with NES or other 5v cartridges with auto Voltage module installed.
Currently using the following in my build
from NES.ino :
/******************************************
Setup
*****************************************/
void setup_NES() {
OSCR firmware version
15.5
OSCR hardware version
HW5 Rev1
Attach OSCR_LOG.txt file here
No response
System used
NES/Famicom/Family Basic
Cartridge pins freshly cleaned?
Yes
Describe the issue.
Requesting menu option for 3V3 override with NES or other 5v cartridges with auto Voltage module installed.
Currently using the following in my build
from NES.ino :
/******************************************
Setup
*****************************************/
void setup_NES() {
// Request 3.3V (override)
setVoltage(VOLTS_SET_3V3);
// Request 5V (default)
// setVoltage(VOLTS_SET_5V);