Improve SPU code and support state of voice

This commit is contained in:
Jaby
2024-09-24 22:21:58 +02:00
committed by Jaby
parent f0f4049b15
commit 34990eecb3
7 changed files with 59 additions and 67 deletions

View File

@@ -3,6 +3,7 @@
namespace JabyEngine {
namespace SPU_MMU {
// TODO: Make this work with words? Word align?
const uint8_t* allocate(uint8_t voice, size_t size);
void deallocate(uint8_t voice);
}