From a99eeab62201f89abe38f666ff0aad60d8d53d40 Mon Sep 17 00:00:00 2001 From: Matt Hadden Date: Sat, 4 Apr 2026 15:44:03 -0400 Subject: [PATCH] chore(psyqo): spu - add base_alloc_addr for convenience --- src/mips/psyqo/spu.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mips/psyqo/spu.hh b/src/mips/psyqo/spu.hh index aef06a169..904a4310f 100644 --- a/src/mips/psyqo/spu.hh +++ b/src/mips/psyqo/spu.hh @@ -47,6 +47,7 @@ class SPU { static constexpr uint32_t NO_FREE_CHANNEL = 0xffffffff; static constexpr uint32_t BASE_SAMPLE_RATE = 44100; + static constexpr uint16_t BASE_ALLOC_ADDR = 0x1010; private: template