From 7fcd243be0df8f02ee2c7edf46e496fc9a56801f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 23 Mar 2018 18:20:17 -0400 Subject: [PATCH] Ensures the rom fetcher is properly recorded for potential provision to the C1540. --- Machines/Commodore/Vic-20/Vic20.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Machines/Commodore/Vic-20/Vic20.cpp b/Machines/Commodore/Vic-20/Vic20.cpp index 32d01439b..bb836401b 100644 --- a/Machines/Commodore/Vic-20/Vic20.cpp +++ b/Machines/Commodore/Vic-20/Vic20.cpp @@ -336,6 +336,8 @@ class ConcreteMachine: // Obtains the system ROMs. bool set_rom_fetcher(const std::function>>(const std::string &machine, const std::vector &names)> &roms_with_names) override { + rom_fetcher_ = roms_with_names; + auto roms = roms_with_names( "Vic20", {