Setup Cody Git server and successfully pause after 1 sector
This commit is contained in:
@@ -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};
|
||||
};
|
||||
|
Reference in New Issue
Block a user