Emulator: Read bootrom in Emu class

This commit is contained in:
Riyyi
2022-08-20 02:26:10 +02:00
parent 7f8f8fd493
commit 3163d0cb95
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ int main(int argc, char* argv[])
print("{}ms\n", t.elapsedNanoseconds() / 1000000.0);
Emu::the().init(8000000);
Emu::the().init(8000000, "gbc_bios.bin");
CPU cpu(8000000);
PPU ppu(4000000);