Move voice memory manager code into brand new SPU MMU

This commit is contained in:
Jaby
2024-08-22 20:13:07 +02:00
parent f686f01d40
commit 0a78020aec
5 changed files with 140 additions and 126 deletions

View File

@@ -3,9 +3,5 @@
namespace JabyEngine {
namespace SPU {
const uint8_t* allocate_voice(uint8_t voice, size_t size);
void deallocate_voice(uint8_t voice);
void dump();
}
}