openMSX
Classes | Namespaces | Typedefs
IRQHelper.hh File Reference
#include "Probe.hh"
#include "MSXMotherBoard.hh"
#include "serialize.hh"
#include <string>
Include dependency graph for IRQHelper.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openmsx::IRQSource
 Helper class for doing interrupt request (IRQ) administration. More...
 
class  openmsx::OptionalIRQ
 
class  openmsx::IntHelper< SOURCE >
 

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 

Typedefs

using openmsx::IRQHelper = IntHelper< IRQSource >
 
using openmsx::OptionalIRQHelper = IntHelper< OptionalIRQ >