1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-02 18:16:08 +00:00

Try to formalise I2C events.

This commit is contained in:
Thomas Harte
2024-03-25 22:10:52 -04:00
parent f46af4b702
commit 9078fc994b
3 changed files with 42 additions and 13 deletions

View File

@@ -77,7 +77,6 @@ constexpr bool is_enabled(Source source) {
case Source::NCR5380:
case Source::SCC:
case Source::SCSI:
case Source::I2C:
return false;
}
}