mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-24 11:21:26 +00:00
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.
26 lines
492 B
INI
26 lines
492 B
INI
# contralto.cfg:
|
|
#
|
|
# This file contains configuration parameters for ContrAlto.
|
|
# All integers are specified in octal.
|
|
#
|
|
|
|
# System configuration
|
|
SystemType = TwoKRom
|
|
HostAddress = 42
|
|
|
|
# Host networking configuration
|
|
HostPacketInterfaceType = None
|
|
HostPacketInterfaceName = None
|
|
|
|
# Emulation Options
|
|
ThrottleSpeed = True
|
|
InterlaceDisplay = False
|
|
BootAddress = 0
|
|
BootFile = 0
|
|
AlternateBootType = Ethernet
|
|
|
|
# Printing options
|
|
EnablePrinting = true
|
|
PrintOutputPath = .
|
|
ReversePageOrder = true
|