Skip to main content

is_cgb

Function is_cgb 

Source
pub fn is_cgb() -> bool
Expand description

Whether the machine has the Game Boy Color’s hardware.

From the value the boot ROM leaves in A, so it costs one load. A Game Boy Advance reports yes as well: it runs the same hardware.

A cartridge built for both machines needs this wherever a Color feature has nothing to fall back on.