1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

The target is now definitely used.

This commit is contained in:
Thomas Harte 2021-07-03 15:20:37 -04:00
parent ceb62ac7f9
commit 5715c9183f

View File

@ -89,7 +89,7 @@ template <bool has_disk_controller> class ConcreteMachine:
}
public:
ConcreteMachine([[maybe_unused]] const Analyser::Static::Enterprise::Target &target, const ROMMachine::ROMFetcher &rom_fetcher) :
ConcreteMachine(const Analyser::Static::Enterprise::Target &target, const ROMMachine::ROMFetcher &rom_fetcher) :
min_ram_slot_(min_ram_slot(target)),
z80_(*this),
nick_(ram_.end() - 65536),