mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Declare clock rate, at least.
This commit is contained in:
@@ -24,6 +24,8 @@ public:
|
||||
const Analyser::Static::Acorn::BBCMicroTarget &target,
|
||||
const ROMMachine::ROMFetcher &rom_fetcher
|
||||
) {
|
||||
set_clock_rate(2'000'000);
|
||||
|
||||
(void)target;
|
||||
(void)rom_fetcher;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user