openMSX
DiskContainer.cc
Go to the documentation of this file.
1#include "DiskContainer.hh"
2#include "NowindRomDisk.hh"
3
4namespace openmsx {
5
7{
8 return dynamic_cast<const NowindRomDisk*>(this) != nullptr;
9}
10
11} // namespace openmsx
This file implemented 3 utility functions:
Definition Autofire.cc:11