Implement Overlay generation

This commit is contained in:
Jaby
2022-11-30 02:36:17 +01:00
parent 351f90da41
commit 2f823aa2ec
2 changed files with 8 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ namespace JabyEngine {
}
void start() {
printf("Hello Planschbecken\n");
printf("Starting Planschbecken\n");
enable_DMA();
SPU::stop_voices();
@@ -22,6 +22,7 @@ namespace JabyEngine {
SPU::setup();
printf("Setup done!\n");
printf("About to call: 0x%p\n", main);
main();
}
}