fixes to tiled extended BGs. support for 256color/direct bitmap BGs.

This commit is contained in:
StapleButter
2017-02-03 23:49:37 +01:00
parent 399e30017a
commit 4b3f635c9f
3 changed files with 117 additions and 61 deletions

View File

@ -274,7 +274,7 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
NDSCart::LoadROM("rom/nsmb.nds");
NDSCart::LoadROM("rom/raving.nds");
Running = true; // hax
}