Implement GPUSTAT and update IOPort design

This commit is contained in:
Jaby
2022-09-07 21:45:28 +02:00
parent a2532b03fc
commit d9da876bab
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;