pub fn is_cgb() -> boolExpand 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.