mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Quick fix: supply the port being written to correctly.
This commit is contained in:
parent
82367a2246
commit
1a831bcf9b
@ -213,7 +213,7 @@ void AY38910::set_register_value(uint8_t value) {
|
||||
evaluate_output_volume();
|
||||
});
|
||||
} else {
|
||||
if(port_handler_) port_handler_->set_port_output(value == 15, value);
|
||||
if(port_handler_) port_handler_->set_port_output(selected_register_ == 15, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user