mirror of
https://github.com/livingcomputermuseum/ContrAlto.git
synced 2026-02-27 17:13:03 +00:00
Added file-backed disk image implementation for use with Trident disk images, did some basic refactoring of disk load/unload logic, added support for creating new (empty) disk images for both Trident and Diablo disks. Added UI for loading/unloading/creating up to 8 trident packs; added blank Diablo pack creation UI. (Both Windows and *nix interfaces.) Added configuration support for same (both Windows and *nix.) Small correction to Print output path browsing logic. Fixed Windows installer, now places the right ROMs for Alto I configurations in the right place. Fixed issue when starting up with corrupted configuration. Corrupted configuration is ignored and ContrAlto will run with default config.
38 lines
854 B
INI
38 lines
854 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
|
|
|
|
# Disk options
|
|
#
|
|
|
|
# Diablo images: These specify a single image file for drive 0 and drive 1
|
|
#
|
|
# Drive0Image =
|
|
# Drive1Image =
|
|
|
|
# Trident images: This specifies up to eight images for Trident drives 0 through 8
|
|
# in a comma-delimited list. Empty entries are allowed, as below:
|
|
# TridentImages = image0.dsk80, , image2.dsk300, image3.disk80
|