Add SPU memory allocation
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace SPU_IO {
|
||||
namespace MemoryMap {
|
||||
static constexpr uintptr_t ADPCM = 0x01000;
|
||||
}
|
||||
|
||||
enum struct Mode {
|
||||
Linear = 0,
|
||||
Exponential = 1,
|
||||
@@ -126,7 +130,8 @@ namespace JabyEngine {
|
||||
static constexpr auto EchoBits = BitRange::from_to(0, 23);
|
||||
};
|
||||
|
||||
static constexpr size_t VoiceCount = 24;
|
||||
static constexpr size_t VoiceCount = 24;
|
||||
static constexpr size_t ReverbCount = 1;
|
||||
|
||||
struct Key {
|
||||
__declare_io_port_w_type(inline, ubus32_t, On, 0x1F801D88);
|
||||
|
Reference in New Issue
Block a user