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