Prepare SPU and IO Ports related code

This commit is contained in:
2022-08-31 15:18:30 +02:00
parent bb37343ba7
commit ba095f2064
6 changed files with 171 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
#include <PSX/SPU/SPU_Ports.hpp>
#include <stdio.h>
namespace JabyEngine {
void start() {
printf("Hello Planschbecken\n");
SPU::SweepVolume b;
b.set_volume(9);
printf("Hello Planschbecken\n");
}
}