1
0
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:
Thomas Harte
2025-09-15 14:54:10 -04:00
parent 193203bbf7
commit ccace48d5a

View File

@@ -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;
}