Mercurial > hg > Members > kono > nitros9-code
annotate level1/coco2/port.mak @ 3211:aa01cfa11267
Updated makefile for EmuDsk driver so that a disk image would be
created with a layout that matches the distribution of the NitrOS-9
disk images so that the files can be easily dsaved across onto existing
disk images.
Also updated ddh0.asm, h0.asm, and h1.asm to use a geometry that will
yield a clust size of 1 disk image with almost the max 128MB size as
well as using a geometry that is more friendly with storing a boot
track on it for use with being shared with the CoCoSDC.
author | David Ladd <drencor-xeen@users.sourceforge.net> |
---|---|
date | Wed, 20 Dec 2017 15:26:30 -0600 |
parents | 999159b0e7c0 |
children |
rev | line source |
---|---|
2826
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
1 PORT = coco2 |
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
2 MACHINE = Radio Shack Color Computer 2 |
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
3 CPU = 6809 |
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
4 LEVEL = 1 |
2828 | 5 TELNET_PORT = 6803 |
6 HTTPD_PORT = 8803 | |
2826
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
7 |
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
8 include $(NITROS9DIR)/rules.mak |
e76cc015cc03
incorporated new port.mak file in every port directory
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
9 |