mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-24 13:17:41 +00:00
Add BBC joysticks.
This commit is contained in:
@@ -79,3 +79,7 @@ void uPD7002::set_interrupt(const bool value) {
|
||||
interrupt_ = value;
|
||||
if(delegate_) delegate_->did_change_interrupt_status(*this);
|
||||
}
|
||||
|
||||
void uPD7002::set_input(const int channel, const float value) {
|
||||
inputs_[channel] = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user