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:172
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
openmsx::MSXDevice
MSXDevice
Definition
MSXDevice.cc:533
Generated on Sat Dec 21 2024 14:13:52 for openMSX by
1.9.8