enum

GB::Interrupts::InterruptLine

Inherits Enum < Comparable < Value < Object

Constants

VBLANK = 64_u16
STAT = 72_u16
TIMER = 80_u16
SERIAL = 88_u16
JOYPAD = 96_u16
NONE = 0_u16

Instance methods

joypad?

Returns true if this enum value equals JOYPAD

Source
none?

Returns true if this enum value equals NONE

Source
serial?

Returns true if this enum value equals SERIAL

Source
stat?

Returns true if this enum value equals STAT

Source
timer?

Returns true if this enum value equals TIMER

Source
vblank?

Returns true if this enum value equals VBLANK

Source