openMSX
RomPageNN.hh
Go to the documentation of this file.
1#ifndef ROMPAGENN_HH
2#define ROMPAGENN_HH
3
4#include "RomBlocks.hh"
5#include "RomTypes.hh"
6
7namespace openmsx {
8
9class RomPageNN final : public Rom8kBBlocks
10{
11public:
12 RomPageNN(const DeviceConfig& config, Rom&& rom, RomType type);
13};
14
15} // namespace openmsx
16
17#endif
This file implemented 3 utility functions:
Definition Autofire.cc:11