openMSX
RomPadial8kB.hh
Go to the documentation of this file.
1#ifndef ROMPADIAL8KB_HH
2#define ROMPADIAL8KB_HH
3
4#include "RomAscii8kB.hh"
5
6namespace openmsx {
7
8class RomPadial8kB final : public RomAscii8kB
9{
10public:
11 RomPadial8kB(const DeviceConfig& config, Rom&& rom);
12
13 void reset(EmuTime::param time) override;
14};
15
16} // namespace openmsx
17
18#endif
void reset(EmuTime::param time) override
This method is called on reset.
This file implemented 3 utility functions:
Definition Autofire.cc:11