Prepare SPU and IO Ports related code

This commit is contained in:
Jaby
2022-08-31 15:18:30 +02:00
parent 367e4d5b3f
commit febdfb0162
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");
}
}