1
0
mirror of https://github.com/livingcomputermuseum/ContrAlto.git synced 2026-02-17 21:17:57 +00:00

- Fixed two memory state machine issues:

1) The Orbit microcode occasionally expects to be able to do a double-word read in cycles 6 and 7 instead of the usual 5 and 6.
  2) The double-word logic incorrectly handles several species of overlapped read/writes, which Spruce's layout microcode uses.

As a result, Spruce now works, as do the Smalltalk-80 images.

Several tweaks to microcode disassembly (still rough).

Completed Orbit / Dover ROS / Dover Print Engine emulation.  Still some rough edges; it works and can create PDF output.

Tweaked Disk Controller's Restore operation, it is now more accurate though wasn't causing any noticable issues.
This commit is contained in:
Josh Dersch
2017-07-10 16:49:12 -07:00
parent c671b04ee8
commit f849b795a6
32 changed files with 1437 additions and 951 deletions

View File

@@ -242,8 +242,6 @@ namespace Contralto
get { return _scheduler; }
}
public int _novaInst;
private AltoCPU _cpu;
private MemoryBus _memBus;
private Memory.Memory _mem;