Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
2015d98a
Commit
2015d98a
authored
Apr 05, 2021
by
thrust26
Browse files
Merge branch 'master' of
https://github.com/stella-emu/stella
parents
b6b5b02d
78af2d16
Pipeline
#19300
passed with stages
in 56 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/debugger/gui/GenesisWidget.cxx
View file @
2015d98a
...
...
@@ -86,7 +86,7 @@ void GenesisWidget::loadConfig()
myPins
[
kJBbtn
]
->
setState
(
!
getPin
(
ourPinNo
[
kJBbtn
]));
myPins
[
kJCbtn
]
->
setState
(
getPin
(
Controller
::
AnalogPin
::
Five
)
==
AnalogReadout
::
dis
connect
());
getPin
(
Controller
::
AnalogPin
::
Five
)
==
AnalogReadout
::
connect
ToGround
());
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
...
...
@@ -106,7 +106,7 @@ void GenesisWidget::handleCommand(
break
;
case
kJCbtn
:
setPin
(
Controller
::
AnalogPin
::
Five
,
myPins
[
id
]
->
getState
()
?
AnalogReadout
::
dis
connect
()
:
myPins
[
id
]
->
getState
()
?
AnalogReadout
::
connect
ToGround
()
:
AnalogReadout
::
connectToVcc
());
break
;
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment