Save state

This commit is contained in:
Jaby
2024-09-06 18:32:09 +01:00
committed by Jaby
parent 0ceb6bf83b
commit a42c784749
8 changed files with 143 additions and 32 deletions

View File

@@ -3,8 +3,8 @@
namespace JabyEngine {
namespace SPU {
using SRAM_Adr = uint16_t;
using SRAM_Adr = SPU_IO::SRAM_Adr;
struct Voice {
size_t get_id() const {
return reinterpret_cast<size_t>(this);