mirror of https://github.com/stella-emu/stella.git
fixed #805 (ROMs detect QuadTari as Genesis)
This commit is contained in:
parent
acbfad3e56
commit
478d13e165
|
@ -27,6 +27,7 @@ Genesis::Genesis(Jack jack, const Event& event, const System& system)
|
||||||
myButtonCEvent = Event::RightJoystickFire5;
|
myButtonCEvent = Event::RightJoystickFire5;
|
||||||
|
|
||||||
setPin(AnalogPin::Five, AnalogReadout::connectToVcc());
|
setPin(AnalogPin::Five, AnalogReadout::connectToVcc());
|
||||||
|
setPin(AnalogPin::Nine, AnalogReadout::connectToVcc());
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue