Minor changes
This commit is contained in:
parent
90c372fc35
commit
ab71de02f4
2 changed files with 17 additions and 24 deletions
src
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue