mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-10 08:31:34 +00:00
Ensures the rom fetcher is properly recorded for potential provision to the C1540.
This commit is contained in:
parent
3165e9d82e
commit
7fcd243be0
@ -336,6 +336,8 @@ class ConcreteMachine:
|
|||||||
|
|
||||||
// Obtains the system ROMs.
|
// Obtains the system ROMs.
|
||||||
bool set_rom_fetcher(const std::function<std::vector<std::unique_ptr<std::vector<uint8_t>>>(const std::string &machine, const std::vector<std::string> &names)> &roms_with_names) override {
|
bool set_rom_fetcher(const std::function<std::vector<std::unique_ptr<std::vector<uint8_t>>>(const std::string &machine, const std::vector<std::string> &names)> &roms_with_names) override {
|
||||||
|
rom_fetcher_ = roms_with_names;
|
||||||
|
|
||||||
auto roms = roms_with_names(
|
auto roms = roms_with_names(
|
||||||
"Vic20",
|
"Vic20",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user