Update SPU

This commit is contained in:
2024-09-28 13:52:36 +02:00
parent a76784065a
commit 4a46392f24
4 changed files with 10 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ namespace JabyEngine {
namespace SPU_IO_Values {
namespace MemoryMap {
static constexpr uintptr_t ADPCM = 0x01000;
static constexpr uintptr_t End = 0x7FFFF;
}
__declare_io_value(AD, uint16_t) {