Mercurial > hg > Members > kono > nitros9-code
annotate defs/cocosdc.d @ 2818:05426dd4e24e lwtools-port
ll_init now puts CoCo SDC in enhanced mode.
Added defs/cocosdc.d definition file
Address of device is now obtained from descriptor
Renamed ddsd_cocosdc.asm to ddsd0_cocosdc.asm
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 02 May 2013 14:53:28 -0500 |
parents | |
children | 3afecdae6f53 |
rev | line source |
---|---|
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
1 IFNE COCOSDC.D-1 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
2 COCOSDC.D SET 1 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
3 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
4 ******************************************************************** |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
5 * cocosdc.d - CoCo SDC definitions |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
6 * |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
7 * $Id$ |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
8 * |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
9 * Edt/Rev YYYY/MM/DD Modified by |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
10 * Comment |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
11 * ------------------------------------------------------------------ |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
12 * 2014/05/02 Boisy G. Pitre |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
13 * Created |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
14 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
15 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
16 SDAddr SET $FF4A |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
17 |
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
18 ENDC |