MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.
Xroar.conf
| 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: 747. Total Files: 997.
### 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.