1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Start experimenting with a possible end-of-reset interrupt?

This commit is contained in:
Thomas Harte 2023-11-24 22:41:33 -05:00
parent 2efb5236f7
commit dd135bf3fe

View File

@ -55,13 +55,14 @@ class FloppyController {
reset();
}
hold_reset_ = hold_reset;
if(hold_reset_) {
pic_.apply_edge<6>(false);
}
}
private:
void reset() {
decoder_.clear();
// TODO: And?
// pic_.apply_edge<6>(true);
}