This is an 8-bit value.

This commit is contained in:
Thomas Harte 2024-04-19 22:35:43 -04:00
parent ea3eef3817
commit 0775e3ad58
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ struct Video {
} break;
case 0xc0:
sound_.set_frequency(value & 0x7f);
sound_.set_frequency(value & 0xff);
break;
default: