openMSX
RomPadial16kB.hh
Go to the documentation of this file.
1#ifndef ROMPADIAL16KB_HH
2#define ROMPADIAL16KB_HH
3
4#include "RomAscii16kB.hh"
5
6namespace openmsx {
7
8class RomPadial16kB final : public RomAscii16kB
9{
10public:
11 RomPadial16kB(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