mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Introduce interrupt.
This commit is contained in:
parent
dd135bf3fe
commit
8c70317d31
@ -63,7 +63,7 @@ class FloppyController {
|
||||
private:
|
||||
void reset() {
|
||||
decoder_.clear();
|
||||
// pic_.apply_edge<6>(true);
|
||||
pic_.apply_edge<6>(true);
|
||||
}
|
||||
|
||||
PIC &pic_;
|
||||
|
Loading…
Reference in New Issue
Block a user