Implement GPUSTAT and update IOPort design

This commit is contained in:
2022-09-07 21:45:28 +02:00
parent 24244307a5
commit 5c7d464425
7 changed files with 168 additions and 72 deletions

View File

@@ -1,5 +1,7 @@
#include <PSX/GPU/GPU_Types.hpp>
namespace GPU {
void setup() {
}
}

View File

@@ -1,5 +1,6 @@
#include <PSX/System/IOPorts/SPU_IO.hpp>
#include <PSX/System/IOPorts/DMA_IO.hpp>
#include <limits.h>
namespace SPU {
using namespace Port;