add rom boot read

This commit is contained in:
Tobias Gunkel
2025-08-24 09:08:58 +02:00
parent 7e7bc68519
commit f3125a2b0b
4 changed files with 31 additions and 11 deletions
+1 -5
View File
@@ -64,11 +64,7 @@ void startEmulator() {
#endif
Serial.println("Init GB context ...");
auto ret = initGbContext();
if (ret != GB_INIT_NO_ERROR) {
Serial.printf("Error: %d\n", ret);
reset();
}
initGbContext();
/* Automatically assign a colour palette to the game */
char rom_title[16];