openMSX
memory
RomFactory.hh
Go to the documentation of this file.
1
#ifndef ROMFACTORY_HH
2
#define ROMFACTORY_HH
3
4
#include <memory>
5
6
namespace
openmsx
{
7
8
class
MSXDevice
;
9
class
DeviceConfig;
10
11
namespace
RomFactory
12
{
13
[[nodiscard]] std::unique_ptr<MSXDevice>
create
(
const
DeviceConfig& config);
14
}
15
16
}
// namespace openmsx
17
18
#endif
openmsx::RomFactory::create
std::unique_ptr< MSXDevice > create(const DeviceConfig &config)
Definition:
RomFactory.cc:156
openmsx
This file implemented 3 utility functions:
Definition:
Autofire.cc:9
openmsx::MSXDevice
MSXDevice
Definition:
MSXDevice.cc:533
Generated on Fri May 19 2023 13:13:11 for openMSX by
1.9.4