Home | History | Annotate | Download | only in octane

Lines Matching refs:Boot

1388   this.inBootstrap = true;          //Whether we're in the GBC boot ROM.
1390 this.usedGBCBootROM = false; //Did we boot to the GBC boot ROM?
1624 GameBoyCore.prototype.ffxxDump = [ //Dump of the post-BOOT I/O register state (From gambatte):
5776 //Fill in the boot ROM set register values
5777 //Default values to the GB boot ROM values, then fill in the GBC boot ROM values after ROM loading
5811 cout("Starting without the GBC boot ROM.", 0);
5924 cout("Starting the selected boot ROM.", 0);
5963 //Patch in the GBC boot ROM into the memory map:
5965 this.memory[romIndex] = this.GBCBOOTROM[romIndex]; //Load in the GameBoy Color BOOT ROM.
5972 this.memory[romIndex] = this.GBCBOOTROM[romIndex - 0x100]; //Load in the GameBoy Color BOOT ROM.
5978 //Patch in the GBC boot ROM into the memory map:
5980 this.memory[romIndex] = this.GBBOOTROM[romIndex]; //Load in the GameBoy Color BOOT ROM.
5989 //Don't load in the boot ROM:
6205 cout("Created a boot exception for Game and Watch Gallery 2 (GBC ID byte is wrong on the cartridge).", 1);
6229 this.cGBC = this.usedGBCBootROM; //Allow the GBC boot ROM to run in GBC mode...
6248 //Remove any traces of the boot ROM from ROM memory.
6250 this.memory[index] = this.ROM[index]; //Replace the GameBoy or GameBoy Color boot ROM with the game ROM.
6253 //Remove any traces of the boot ROM from ROM memory.
6255 this.memory[index] = this.ROM[index]; //Replace the GameBoy Color boot ROM with the game ROM.
6258 //Clean up the post-boot (GB mode only) state:
10550 //Boot I/O Registers:
10553 cout("Boot ROM reads blocked: Bootstrap process has ended.", 0);
10555 parentObj.disableBootROM(); //Fill in the boot ROM ranges with ROM bank 0 ROM ranges
10565 cout("Created a boot exception for Game and Watch Gallery 2 (GBC ID byte is wrong on the cartridge).", 1);
10574 //Lockout the ROMs from accessing the BOOT ROM control register:
10690 false, //Boot with boot ROM first? (set to false for benchmarking)
10700 false, //Use the GameBoy boot ROM instead of the GameBoy Color boot ROM.