fixed #805 (ROMs detect QuadTari as Genesis)

This commit is contained in:
Thomas Jentzsch 2021-06-25 11:24:34 +02:00
parent acbfad3e56
commit 478d13e165
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Genesis::Genesis(Jack jack, const Event& event, const System& system)
myButtonCEvent = Event::RightJoystickFire5;
setPin(AnalogPin::Five, AnalogReadout::connectToVcc());
setPin(AnalogPin::Nine, AnalogReadout::connectToVcc());
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -