Minor changes

This commit is contained in:
Loïc Guégan 2023-12-25 18:36:53 +01:00
parent 90c372fc35
commit ab71de02f4
2 changed files with 17 additions and 24 deletions

View file

@ -13,7 +13,7 @@ int main(int argc, char *argv[])
// Initialize
MemInit();
MemLoadROM("../roms/chip8-test-suite/3-corax+.ch8");
MemLoadROM("../roms/chip8-test-suite/4-flags.ch8");
ScreenInit(800,400);
VCPUInit();