1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Introduce interrupt.

This commit is contained in:
Thomas Harte 2023-11-24 23:06:52 -05:00
parent dd135bf3fe
commit 8c70317d31

View File

@ -63,7 +63,7 @@ class FloppyController {
private:
void reset() {
decoder_.clear();
// pic_.apply_edge<6>(true);
pic_.apply_edge<6>(true);
}
PIC &pic_;