mirror of
https://github.com/sethm/symon.git
synced 2024-11-16 10:08:43 +00:00
make use of overlapping memory regions in MulticompMachine
This commit is contained in:
parent
44151f3a9c
commit
e01f68a19a
@ -73,7 +73,7 @@ public class MulticompMachine implements Machine {
|
||||
|
||||
bus.addCpu(cpu);
|
||||
bus.addDevice(ram);
|
||||
bus.addDevice(acia);
|
||||
bus.addDevice(acia, true);
|
||||
|
||||
// TODO: Make this configurable, of course.
|
||||
File romImage = new File("rom.bin");
|
||||
|
Loading…
Reference in New Issue
Block a user