1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Flag drive as interrupting.

This commit is contained in:
Thomas Harte 2023-12-01 09:49:50 -05:00
parent 4429448815
commit 4d1e976b55

View File

@ -181,6 +181,8 @@ class FloppyController {
decoder_.geometry().size);
}
drives_[decoder_.target().drive].status = decoder_.drive_head();
drives_[decoder_.target().drive].raised_interrupt = true;
pic_.apply_edge<6>(true);
} break;