// $Id: RomPageNN.hh 4858 2005-11-12 21:53:21Z m9710797 $ #ifndef ROMPAGENN_HH #define ROMPAGENN_HH #include "Rom8kBBlocks.hh" namespace openmsx { class RomPageNN : public Rom8kBBlocks { public: RomPageNN(MSXMotherBoard& motherBoard, const XMLElement& config, const EmuTime& time, std::auto_ptr rom, byte pages); }; } // namespace openmsx #endif