MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

Xroar.conf

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 02/19/2023. Total Pages: 729. Total Files: 993.


Home / Emulators - Xroar.conf


 ### Configuration file for XRoar

# This file contains configuration examples.  Everything in here is commented
# out, so remove the leading '#' character to try something.  This is certainly
# not an exhaustive list.  Consult the manual for more information.

## Set user-interface options:

#ao-gain -6
#ccr simulated
#kbd-translate

## Maybe print to a network printer?

#lp-pipe "enscript -B -N r -d myprinter"

## Listen for GDB connections?

#gdb
#gdb-ip 127.0.0.1
#gdb-port 65520

## New machine definition:

#machine pippin
#  machine-desc "Dragon Pippin (prototype)"
#  machine-arch dragon32
#  ram 16
#  nodos

## Or override the defaults of one of the built-in definitions:

#machine coco
#  ram 4
#  bas @coco1
#  noextbas
#  nodos

## New cartridge definition:

#cart dunjunz
#  cart-desc "Dunjunz GMC"
#  cart-type gmc
#  cart-autorun
#  cart-rom /home/ciarana/src/dunjunz/dunjunz.rom

## Or again, override built-in defaults:

#cart ide
#  cart-rom yados

machine coco4k
    machine-desc TRS-80 CoCo 4K CB 1.0
    machine-arch coco
    ram 4
    bas bas10
    no-extbas
    no-machine-cart
    tv-input ntsc

machine coco16k
    machine-desc TRS-80 CoCo 16K DECB
    machine-arch coco
    ram 16
    tv-input ntsc

machine coco16k2
    machine-desc TRS-80 CoCo 16K ECB 1.0 
    machine-arch coco
    ram 16
    bas bas10
    extbas extbas10
    no-machine-cart
    tv-input ntsc

machine coco32k
    machine-desc TRS-80 CoCo 32K DECB
    machine-arch coco
    ram 32
    tv-input ntsc

machine coco32k2
    machine-desc TRS-80 CoCo 32K ECB
    machine-arch coco
    ram 32
    no-machine-cart
    tv-input ntsc

machine coco3rgb
    machine-desc CoCo 3 RGB
    machine-arch coco3
    tv-input rgb
    # Mac keyboard overrides for CTRL/ALT/F1/F2
    # kbd-bind "Left Ctrl"=pre:ctrl
    # kbd-bind "Left Option"=pre:alt
    # kbd-bind F1=pre:f1
    # kbd-bind F2=pre:f2

machine coco3eou
    machine-desc NitOS9 Ease of Use
    machine-arch coco3
    machine-cart ide
    cart-rom hdblba.rom
    # Update path to .ide image.
    load-hd0 68IDE.ide
    tv-input rgb
    ram 512

# Specify default profile to startup in.
#default-machine cocous
#default-machine coco4k
#default-machine coco16k
#default-machine coco3rgb
#default-machine coco3eou
default-machine coco3rgb

kbd-translate
disk-write-back
# Update to path for virtual printer for LLIST and PRINT#-2
lp-file printer.txt
ccr simulated

# End of file.