mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Merge branch 'master' into InST
This commit is contained in:
commit
57858b2fa5
@ -190,6 +190,7 @@ template <Analyser::Static::Macintosh::Target::Model model> class ConcreteMachin
|
|||||||
|
|
||||||
void run_for(const Cycles cycles) final {
|
void run_for(const Cycles cycles) final {
|
||||||
mc68000_.run_for(cycles);
|
mc68000_.run_for(cycles);
|
||||||
|
flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
using Microcycle = CPU::MC68000Mk2::Microcycle;
|
using Microcycle = CPU::MC68000Mk2::Microcycle;
|
||||||
|
Loading…
Reference in New Issue
Block a user