Implement Overlay generation

This commit is contained in:
Jaby
2022-11-30 02:36:17 +01:00
committed by Jaby
parent e0bada0886
commit a618d30320
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();
}
}