DMA SPU memory
This commit is contained in:
@@ -163,8 +163,11 @@ namespace JabyEngine {
|
||||
}
|
||||
};
|
||||
|
||||
struct StatusRegisterIO : public IOPort<SPU_IO_Values::StatusRegister> {};
|
||||
|
||||
// TODO: The new way? v Parse with a Macro?
|
||||
static auto& ControlRegister = *reinterpret_cast<ControlRegisterIO*>(0x1F801DAA);
|
||||
static auto& StatusRegister = *reinterpret_cast<StatusRegisterIO*>(0x1F801DAE);
|
||||
static auto& SRAMTransferAdr = *reinterpret_cast<SRAMTransferAddressIO*>(0x1F801DA6);
|
||||
|
||||
//__declare_io_port(, ControlRegister, 0x1F801DAA);
|
||||
|
Reference in New Issue
Block a user