Set mode and improve on allocation callback

This commit is contained in:
2023-02-18 10:56:46 +01:00
parent a8cef82e58
commit fa8c3ae822
4 changed files with 50 additions and 30 deletions

View File

@@ -109,6 +109,7 @@ namespace JabyEngine {
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 auto IORegister1Adr = 0x1F801801;