openMSX
|
Helper class for doing interrupt request (IRQ) administration. More...
#include <IRQHelper.hh>
Protected Member Functions | |
IRQSource (MSXCPU &cpu) | |
void | raise () |
void | lower () |
Helper class for doing interrupt request (IRQ) administration.
IRQ is either enabled or disabled; when enabled it contributes one to the CPU IRQ count, when disabled zero. Calling set() in enabled state does nothing; neither does calling reset() in disabled state.
Definition at line 22 of file IRQHelper.hh.
|
explicitprotected |
Definition at line 12 of file IRQHelper.cc.
|
protected |
Definition at line 22 of file IRQHelper.cc.
References openmsx::MSXCPU::lowerIRQ().
|
protected |
Definition at line 17 of file IRQHelper.cc.
References openmsx::MSXCPU::raiseIRQ().