Play CDDA track

This commit is contained in:
Jaby
2024-05-05 22:12:23 +02:00
parent a092aab35c
commit a7876ac2a6
9 changed files with 80 additions and 3 deletions

View File

@@ -153,10 +153,12 @@ namespace JabyEngine {
static constexpr Desc GetStat{0x01, Interrupt::Type::Acknowledge};
static constexpr Desc SetLoc{0x02, Interrupt::Type::Acknowledge};
static constexpr Desc Play{0x03, Interrupt::Type::Acknowledge};
static constexpr Desc ReadN{0x06, Interrupt::Type::DataReady};
static constexpr Desc Pause{0x09, Interrupt::Type::Complete};
static constexpr Desc Init{0x0A, Interrupt::Type::Complete};
static constexpr Desc SetMode{0x0E, Interrupt::Type::Acknowledge};
static constexpr Desc GetTN{0x13, Interrupt::Type::Acknowledge};
};
static constexpr auto IORegister1Adr = 0x1F801801;