1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-11 08:30:55 +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: private:
void reset() { void reset() {
decoder_.clear(); decoder_.clear();
// pic_.apply_edge<6>(true); pic_.apply_edge<6>(true);
} }
PIC &pic_; PIC &pic_;