view level2/coco3/port.mak @ 3248:1d7d6a09a973

Updated level2/coco3/modules/makefile to build Jim Brain's CoCoLINK RS232 Pak drivers for use with DriveWire. The CoCoLINK RS232 Pak can handle 230400 baud. Updated level2/coco3/bootfiles/makefile to build the kernel track and bootfiles for the CoCoLINK. Updated level2/coco3/makefile to create the disk images that will use the CoCoLINK DriveWire drivers as well as adding in the missing HEADLESS disk images for the Deluxe RS232 Pak and DirectModem Pak drivers.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Sun, 11 Mar 2018 01:40:13 -0600
parents 999159b0e7c0
children
line wrap: on
line source

PORT = coco3
MACHINE = Tandy Color Computer 3
CPU = 6809
LEVEL = 2
TELNET_PORT = 6809
HTTPD_PORT = 8809

include $(NITROS9DIR)/rules.mak