GUI: hide duty macro if PCE

This commit is contained in:
tildearrow 2022-01-20 00:09:30 -05:00
parent 85dd6c3579
commit 7ad715da38
1 changed files with 1 additions and 1 deletions

View File

@ -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) {