Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3fpga/defsfile @ 3152:fa678706a97c
coco3fpga: Add RAM disk and clock setup to startup files
Edited Coco3FPGA startup files to faciliate initializing the new ramdisk
driver.
Only the _bootrom.dsk, which doesn't use DriveWire nor RTC, will need
the clock set manually and will therefore use the startup.fpga script
with the setime command. The others will use startup.fpgadw which has
no setime command.
Also skip printing empty lines and instead be more verbose about what
the startup script is doing.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Mon, 06 Feb 2017 22:51:05 +0100 |
parents | 1402bb974f85 |
children |
rev | line source |
---|---|
3144
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
1 Level equ 2 |
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
2 |
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
3 use os9.d |
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
4 use scf.d |
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
5 use rbf.d |
1402bb974f85
Add build tree for Gary Becker's CoCo3FPGA project
Bill Pierce <merlinious999@gmail.com>
parents:
diff
changeset
|
6 use coco.d |