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