openMSX
Public Member Functions | List of all members
openmsx::NonMaskableIRQSink Class Reference
Inheritance diagram for openmsx::NonMaskableIRQSink:
Inheritance graph
[legend]
Collaboration diagram for openmsx::NonMaskableIRQSink:
Collaboration graph
[legend]

Public Member Functions

 NonMaskableIRQSink (MSXCPU &cpu_)
 
void raise () override
 
void lower () override
 
- Public Member Functions inherited from openmsx::IRQSink
virtual ~IRQSink ()=default
 

Detailed Description

Definition at line 47 of file IRQHelper.cc.

Constructor & Destructor Documentation

◆ NonMaskableIRQSink()

openmsx::NonMaskableIRQSink::NonMaskableIRQSink ( MSXCPU cpu_)
inline

Definition at line 50 of file IRQHelper.cc.

Member Function Documentation

◆ lower()

void openmsx::NonMaskableIRQSink::lower ( )
inlineoverridevirtual

Implements openmsx::IRQSink.

Definition at line 52 of file IRQHelper.cc.

References openmsx::MSXCPU::lowerNMI().

◆ raise()

void openmsx::NonMaskableIRQSink::raise ( )
inlineoverridevirtual

Implements openmsx::IRQSink.

Definition at line 51 of file IRQHelper.cc.

References openmsx::MSXCPU::raiseNMI().


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