Home
last modified time | relevance | path

Searched refs:gbInterruptLaunched (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gb/
H A DGB.cpp118 int gbInterruptLaunched = 0; variable
2505 gbInterruptLaunched = 0; in gbReset()
4941 gbInterruptLaunched = 0; in gbEmulate()
5077 gbInterruptLaunched |= 2; in gbEmulate()
5100 gbInterruptLaunched |= 2; in gbEmulate()
5119 gbInterruptLaunched |= 2; in gbEmulate()
5249 gbInterruptLaunched |=1; in gbEmulate()
5406 gbInterruptLaunched |= 2; in gbEmulate()
5684 if ((register_IE & register_IF & gbInterruptLaunched & 0x3) && in gbEmulate()