Read files with temp fix
This commit is contained in:
@@ -107,9 +107,11 @@ namespace JabyEngine {
|
||||
Interrupt::Type complete_irq;
|
||||
};
|
||||
|
||||
static constexpr Info GetStat{0x1, Interrupt::Type::Acknowledge};
|
||||
static constexpr Info Init{0xA, Interrupt::Type::Complete};
|
||||
static constexpr Info SetMode{0xE, Interrupt::Type::Acknowledge};
|
||||
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 Init{0x0A, Interrupt::Type::Complete};
|
||||
static constexpr Info SetMode{0x0E, Interrupt::Type::Acknowledge};
|
||||
};
|
||||
|
||||
static constexpr auto IORegister1Adr = 0x1F801801;
|
||||
|
Reference in New Issue
Block a user