openMSX
|
#include "Probe.hh"
#include "MSXMotherBoard.hh"
#include "serialize.hh"
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | openmsx::IRQSource |
Helper class for doing interrupt request (IRQ) administration. More... | |
class | openmsx::IRQSink |
class | openmsx::OptionalIRQ |
class | openmsx::IntHelper< SOURCE > |
Namespaces | |
openmsx | |
This file implemented 3 utility functions: | |
Typedefs | |
using | openmsx::IRQHelper = IntHelper< IRQSource > |
using | openmsx::OptionalIRQHelper = IntHelper< OptionalIRQ > |