Increase CDXA support
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace CDXA {
|
||||
struct CDFile {
|
||||
uint8_t rel_lba_idx;
|
||||
};
|
||||
|
||||
void play(const volatile AutoLBAEntry* lba, const CDFile& file, uint8_t channel);
|
||||
void play(const volatile AutoLBAEntry* lba, uint8_t rel_lba_idx, uint8_t channel, bool double_speed);
|
||||
void stop();
|
||||
|
||||
void set_channel(uint8_t channel);
|
||||
|
||||
void push_play();
|
||||
void pop_play();
|
||||
}
|
||||
}
|
@@ -157,6 +157,7 @@ namespace JabyEngine {
|
||||
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 Demute{0x0C, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc Filter{0x0D, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc SetMode{0x0E, Interrupt::Type::Acknowledge};
|
||||
static constexpr Desc GetLocP{0x11, Interrupt::Type::Acknowledge};
|
||||
|
Reference in New Issue
Block a user