openMSX
Public Types | Public Member Functions | Protected Member Functions | List of all members
openmsx::DynamicSource Class Reference

#include <IRQHelper.hh>

Public Types

enum  IntType { IRQ, NMI }
 

Public Member Functions

void setIntType (IntType type_)
 

Protected Member Functions

 DynamicSource (MSXCPU &cpu)
 
void raise ()
 
void lower ()
 

Detailed Description

Definition at line 43 of file IRQHelper.hh.

Member Enumeration Documentation

Enumerator
IRQ 
NMI 

Definition at line 46 of file IRQHelper.hh.

Constructor & Destructor Documentation

openmsx::DynamicSource::DynamicSource ( MSXCPU cpu)
explicitprotected

Definition at line 46 of file IRQHelper.cc.

Member Function Documentation

void openmsx::DynamicSource::lower ( )
protected

Definition at line 60 of file IRQHelper.cc.

References openmsx::MSXCPU::lowerIRQ(), openmsx::MSXCPU::lowerNMI(), and NMI.

void openmsx::DynamicSource::raise ( )
protected

Definition at line 51 of file IRQHelper.cc.

References IRQ, openmsx::MSXCPU::raiseIRQ(), and openmsx::MSXCPU::raiseNMI().

void openmsx::DynamicSource::setIntType ( IntType  type_)
inline

Definition at line 47 of file IRQHelper.hh.


The documentation for this class was generated from the following files: