view lib/dragon.as @ 3241:a313b2992adc

Updated level1/coco1/bootfiles/makefile to create bootfiles and kernel track files that use the Deluxe RS232 Pak as well as the DirectModem Pak. Updated level2/coco3/bootfiles/makefile to create bootfiles and kernel track files that use the Deluxe RS232 Pak as well as the DirectModem Pak.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Fri, 09 Mar 2018 00:07:21 -0600
parents 3b7b5021f8bc
children
line wrap: on
line source

               section   _constant

DRAGON         equ       1
Level          equ       1
H6309          equ       0

               use       ../defs/os9.d
               use       ../defs/rbf.d
               use       ../defs/scf.d
               use       ../defs/pipe.d
               use       ../defs/drivewire.d
               use       ../defs/dragon.d
               use       ../defs/cocovtio.d

               endsect