mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-01-24 19:31:26 +00:00
21 lines
406 B
INI
21 lines
406 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
|