Setup Cody Git server and successfully pause after 1 sector

This commit is contained in:
2023-02-27 18:14:04 +01:00
parent c2e45a833b
commit 0b3eba80d9
5 changed files with 62 additions and 10 deletions

View File

@@ -110,6 +110,7 @@ namespace JabyEngine {
static constexpr Info GetStat{0x01, Interrupt::Type::Acknowledge};
static constexpr Info SetLoc{0x02, Interrupt::Type::Acknowledge};
static constexpr Info ReadN{0x06, Interrupt::Type::DataReady};
static constexpr Info Pause{0x09, Interrupt::Type::Complete};
static constexpr Info Init{0x0A, Interrupt::Type::Complete};
static constexpr Info SetMode{0x0E, Interrupt::Type::Acknowledge};
};