mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-23 11:30:24 +00:00
This is an 8-bit value.
This commit is contained in:
parent
ea3eef3817
commit
0775e3ad58
@ -117,7 +117,7 @@ struct Video {
|
||||
} break;
|
||||
|
||||
case 0xc0:
|
||||
sound_.set_frequency(value & 0x7f);
|
||||
sound_.set_frequency(value & 0xff);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user