OPL: FM macros

This commit is contained in:
tildearrow 2022-03-16 03:44:22 -05:00
parent cbd5414eee
commit 966d133bf4
2 changed files with 83 additions and 64 deletions

View file

@ -1490,7 +1490,7 @@ void FurnaceGUI::drawInsEdit() {
if ((ins->type==DIV_INS_PCE || ins->type==DIV_INS_AY8930)) {
volMax=31;
}
if (ins->type==DIV_INS_VERA) {
if (ins->type==DIV_INS_OPL || ins->type==DIV_INS_VERA) {
volMax=63;
}
if (ins->type==DIV_INS_AMIGA) {