Support XEBRA; Slightly

This commit is contained in:
2024-06-19 21:17:55 +02:00
parent 7d74827e99
commit 271733a7fe
3 changed files with 20 additions and 3 deletions

View File

@@ -165,6 +165,7 @@ namespace JabyEngine {
static constexpr Desc Demute{0x0C, Interrupt::Type::Acknowledge};
static constexpr Desc Filter{0x0D, Interrupt::Type::Acknowledge};
static constexpr Desc SetMode{0x0E, Interrupt::Type::Acknowledge};
static constexpr Desc GetLocL{0x10, Interrupt::Type::Acknowledge};
static constexpr Desc GetLocP{0x11, Interrupt::Type::Acknowledge};
static constexpr Desc GetTN{0x13, Interrupt::Type::Acknowledge};
static constexpr Desc GetTD{0x14, Interrupt::Type::Acknowledge};