mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
The target
is now definitely used.
This commit is contained in:
@@ -89,7 +89,7 @@ template <bool has_disk_controller> class ConcreteMachine:
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
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)),
|
min_ram_slot_(min_ram_slot(target)),
|
||||||
z80_(*this),
|
z80_(*this),
|
||||||
nick_(ram_.end() - 65536),
|
nick_(ram_.end() - 65536),
|
||||||
|
Reference in New Issue
Block a user