Minor changes
This commit is contained in:
parent
ab71de02f4
commit
41c8b2afb3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
// Initialize
|
||||
MemInit();
|
||||
MemLoadROM("../roms/chip8-test-suite/4-flags.ch8");
|
||||
MemLoadROM("../roms/chip8-test-suite/5-quirks.ch8");
|
||||
|
||||
ScreenInit(800,400);
|
||||
VCPUInit();
|
||||
|
|
Loading…
Add table
Reference in a new issue