1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Allow SegmentedMemory to take different LinearMemorys.

This commit is contained in:
Thomas Harte
2025-07-26 08:18:16 -04:00
parent 39568d2464
commit a9f9be330d
4 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -995,7 +995,7 @@ private:
LinearMemory<x86_model> linear_memory;
Segments<x86_model, LinearMemory<x86_model>> segments;
SegmentedMemory<x86_model> memory;
SegmentedMemory<x86_model, LinearMemory<x86_model>> memory;
FlowController<pc_model> flow_controller;
CPUControl<pc_model> cpu_control;