openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
memory
RomSuperLodeRunner.hh
Go to the documentation of this file.
1
#ifndef ROMSUPERLODERUNNER_HH
2
#define ROMSUPERLODERUNNER_HH
3
4
#include "
RomBlocks.hh
"
5
6
namespace
openmsx {
7
8
class
RomSuperLodeRunner
:
public
Rom16kBBlocks
9
{
10
public
:
11
RomSuperLodeRunner
(
const
DeviceConfig
& config, std::unique_ptr<Rom>
rom
);
12
virtual
~RomSuperLodeRunner
();
13
14
virtual
void
reset
(
EmuTime::param
time);
15
virtual
void
globalWrite
(
word
address,
byte
value,
EmuTime::param
time);
16
};
17
18
}
// namespace openmsx
19
20
#endif
Generated on Sat May 25 2013 11:16:35 for openMSX by
1.8.1.2