Display Status

namespace gba
struct display_status
#include <interrupt_status.hpp>

Interrupt status type

Public Members

const bool in_vblank

Is program in VBlank IRQ.

const bool in_hblank

Is program in HBlank IRQ.

const bool in_vcount

Is program in VCount IRQ.

bool vblank_irq

Enable VBlank IRQ.

bool hblank_irq

Enable HBlank IRQ.

bool vcount_irq

Enable VCount IRQ.

uint8 vcount_setting

VCount line to trigger IRQ.