mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
GUI: hide duty macro if PCE
This commit is contained in:
parent
85dd6c3579
commit
7ad715da38
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
if (ins->type==DIV_INS_AY8930) {
|
||||
dutyMax=255;
|
||||
}
|
||||
if (ins->type==DIV_INS_TIA) {
|
||||
if (ins->type==DIV_INS_TIA || ins->type==DIV_INS_PCE) {
|
||||
dutyMax=0;
|
||||
}
|
||||
if (dutyMax>0) {
|
||||
|
|
Loading…
Reference in a new issue