1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 08:28:57 +00:00

Restores Oric audio.

This commit is contained in:
Thomas Harte 2019-02-05 21:42:39 -05:00
parent 6ba1194d74
commit 21908dfcef

View File

@ -219,6 +219,7 @@ template <Analyser::Static::Oric::Target::DiskInterface disk_interface> class Co
via_(via_port_handler_),
diskii_(2000000) {
set_clock_rate(1000000);
speaker_.set_input_rate(1000000.0f);
via_port_handler_.set_interrupt_delegate(this);
tape_player_.set_delegate(this);
Memory::Fuzz(ram_, sizeof(ram_));