Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 21, 2018
1 parent 76c1d4f commit 1906080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ void Emulator::start_gba_mode(bool throw_exception)
power_on();
WAITCNT = 0;
gba_mode = true;
arm7.gba_boot(true);
arm7.gba_boot(false);
//debug();
//Allocate VRAM C and D as 256 KB work RAM
gpu.set_VRAMCNT_C(0x82);
Expand Down

0 comments on commit 1906080

Please sign in to comment.